See: Description
| Exception | Description |
|---|---|
| AccessDeniedException |
May be thrown if the operation is not permitted
|
| AlreadyLockedException |
May be thrown if the specified part of the file is already locked.
|
| AttributeNotFoundException |
May be thrown if the extended attribute was not found
|
| DestinationAlreadyExistsException |
May be thrown if the destination already exists,
e.g. if renaming a file or directory fails,
because the destination file already exists
|
| DriveFullException |
May be thrown if the given path was not found
e.g. if readDirectory("/does not exist") is called
|
| NoDriveLetterLeftException |
This windows specific exception may be thrown if no drive letter is available.
|
| NotADirectoryException |
May be thrown if the given path is a file/symbolic link to a file,
e.g. if readDirectory("/a file") is called
|
| NotAFileException |
May be thrown if the given path is a file/symbolic link to a directory/symbolic link to a directory,
e.g. if openFile("/") is called
|
| PartIsLockedException |
May be thrown if the operation is not permitted
|
| PathNotFoundException |
May be thrown if the given path was not found
e.g. if readDirectory("/does not exist") is called
|
| SourceAlreadyExistsException |
May be thrown if the source of a symbolic link already exists.
|
| TestFailedException |
May be thrown if the file system test failed
|
| UnsupportedFeatureException |
May be thrown if the feature (e.g. symbolic links)
is not implemented
|
| WrongLicenseKeyException |
The license key is wrong.
|