-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
In Java, we have the following IOExceptions that relate with file system:
java.io.FileNotFoundExceptionjava.nio.file.AccessDeniedExceptionjava.nio.file.DirectoryNotEmptyExceptionjava.nio.file.FileAlreadyExistsExceptionjava.nio.file.NoSuchFileExceptionjava.nio.file.NotDirectoryExceptionjava.nio.file.NotLinkException
Although I curious why wethey leave a NotDirectoryException alone, but at least we have some detailed exception can be used to detect what's happened during runtime. And appearantly, the most of OSes can implement it.
So, maybe we can have a discuss of what kinds of detailed FileSystem I/O exceptions we need.
What do you think of? @fzhinkin
Metadata
Metadata
Assignees
Labels
No labels