org.aitools.programd.util
Class FileAlreadyExistsAsFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.aitools.programd.util.FileAlreadyExistsAsFileException
- All Implemented Interfaces:
- Serializable
public class FileAlreadyExistsAsFileException
- extends Exception
This exception indicates that an attempt to create a directory cannot be
fulfilled, because there is already a file 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 |
FileAlreadyExistsAsFileException
public FileAlreadyExistsAsFileException(File file)
- Creates a new FileAlreadyExistsAsFileException.
- Parameters:
file - the file that already exists