- NotDirectoryException - Exception in br.com.objectos.fs
-
Indicates that an operation meant for a directory failed because the
file is not a directory (it is a regular file for example).
- NotDirectoryException(PathName) - Constructor for exception br.com.objectos.fs.NotDirectoryException
-
Creates a new instance of this exception with the specified
PathName as cause.
- NotFoundException - Exception in br.com.objectos.fs
-
Indicates that an operation meant for an existent file failed because the
file does not actually exist.
- NotRegularFileException - Exception in br.com.objectos.fs
-
Indicates that an operation meant for a regular file failed because the
file is not a regular file (it is a directory for example).
- NotRegularFileException(PathName) - Constructor for exception br.com.objectos.fs.NotRegularFileException
-
Creates a new instance of this exception with the specified
PathName as cause.