Uses of Class
uk.org.ogsadai.common.files.DAIFileException

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 DAIDirectoryFoundException
          Exception thrown when a directory is unexpectedly found.
 class DAIDirectoryNotDirectoryException
          Exception thrown when a specified directory is not actually a directory.
 class DAIDirectoryNotFoundException
          Exception thrown when a directory cannot be found.
 class DAIDirectoryReadException
          Exception thrown when a directory cannot be read.
 class DAIFileAlreadyExistsException
          Exception thrown when a file already exists.
 class DAIFileContentError
          Exception thrown when there is an error in the expected content of a file.
 class DAIFileCreateException
          Exception thrown when a file failed to be created.
 class DAIFileDeleteException
          Exception thrown when a file failed to be deleted.
 class DAIFileFoundException
          Exception thrown when a file is unexpectedly found.
 class DAIFileNotFileException
          Exception thrown when a specified file is not actually a file.
 class DAIFileNotFoundException
          Exception thrown when a file cannot be found.
 class DAIFileReadIOException
          Exception thrown when there is an exception while reading a file.
 class DAIFileRenameException
          Exception thrown when a file failed to be renamed.
 class DAIFileWriteIOException
          Exception 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.