org.aitools.programd.util
Class FileAlreadyExistsAsDirectoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.aitools.programd.util.FileAlreadyExistsAsDirectoryException
- All Implemented Interfaces:
- Serializable
public class FileAlreadyExistsAsDirectoryException
- extends Exception
This exception indicates that an attempt to create a file cannot be
fulfilled, because there is already a directory with the requested name.
- Since:
- 4.5
- Author:
- Noel Bush
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FileAlreadyExistsAsDirectoryException
public FileAlreadyExistsAsDirectoryException(File directory)
- Creates a new FileAlreadyExistsAsDirectoryException.
- Parameters:
directory - the directory that already exists