Module file.worker
Package io.github.astrapi69.file.exception
-
Exception Summary Exception Description DirectoryAlreadyExistsException Exception that is thrown if an attempt is made to create a directory that already existsDirectoryCannotBeCreatedException Exception to be thrown if the directory cannot be created.DirectoryCannotBeWrittenException Exception to be thrown if the directory cannot be created.DirectoryHasNoContentException Exception if the directory has no content.FileDoesNotExistException This Exception is thrown when the file is not found or does not exist.FileIsADirectoryException Exception if the file is a directory.FileIsNotADirectoryException Exception if the file is not a directory.FileIsSecurityRestrictedException Exception if the file or directory is security restricted.FileNotRenamedException Exception if the file could not be renamed.