Uses of Package
net.sourceforge.jaulp.file.exceptions

Packages that use net.sourceforge.jaulp.file.exceptions
net.sourceforge.jaulp.file This package contains helper classes for handling File objects. 
net.sourceforge.jaulp.file.copy Provides classes for copying of files or directories. 
net.sourceforge.jaulp.file.create Provides classes for creating files or directories. 
net.sourceforge.jaulp.file.rename Provides classes for renaming files or directories. 
 

Classes in net.sourceforge.jaulp.file.exceptions used by net.sourceforge.jaulp.file
DirectoryAllreadyExistsException
          Exception if the directory all ready exists.
FileIsADirectoryException
          Exception if the file is a directory.
 

Classes in net.sourceforge.jaulp.file.exceptions used by net.sourceforge.jaulp.file.copy
DirectoryAllreadyExistsException
          Exception if the directory all ready exists.
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.
 

Classes in net.sourceforge.jaulp.file.exceptions used by net.sourceforge.jaulp.file.create
DirectoryAllreadyExistsException
          Exception if the directory all ready exists.
 

Classes in net.sourceforge.jaulp.file.exceptions used by net.sourceforge.jaulp.file.rename
FileDoesNotExistException
          This Exception is thrown when the file is not found or does not exist.
FileNotRenamedException
          Exception if the file could not be renamed.
 



Copyright © 2010. All Rights Reserved.