|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DAIFileException | |
| uk.org.ogsadai.common.files | This package provides a set of common classes for file manipulation. |
| uk.org.ogsadai.common.xml | This package provides a set of common classes for XML manipulation. |
| Uses of DAIFileException in uk.org.ogsadai.common.files |
| Subclasses of DAIFileException in uk.org.ogsadai.common.files | |
class |
DAIDirectoryFoundExceptionException thrown when a directory is unexpectedly found. |
class |
DAIDirectoryNotDirectoryExceptionException thrown when a specified directory is not actually a directory. |
class |
DAIDirectoryNotFoundExceptionException thrown when a directory cannot be found. |
class |
DAIDirectoryReadExceptionException thrown when a directory cannot be read. |
class |
DAIFileAlreadyExistsExceptionException thrown when a file already exists. |
class |
DAIFileContentErrorException thrown when there is an error in the expected content of a file. |
class |
DAIFileCreateExceptionException thrown when a file failed to be created. |
class |
DAIFileDeleteExceptionException thrown when a file failed to be deleted. |
class |
DAIFileFoundExceptionException thrown when a file is unexpectedly found. |
class |
DAIFileNotFileExceptionException thrown when a specified file is not actually a file. |
class |
DAIFileNotFoundExceptionException thrown when a file cannot be found. |
class |
DAIFileReadIOExceptionException thrown when there is an exception while reading a file. |
class |
DAIFileRenameExceptionException thrown when a file failed to be renamed. |
class |
DAIFileWriteIOExceptionException thrown when there is an exception while writing a file. |
| Uses of DAIFileException in uk.org.ogsadai.common.xml |
| Constructors in uk.org.ogsadai.common.xml with parameters of type DAIFileException | |
XMLFileException(java.lang.String fileName, DAIFileException cause)Constructor. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||