org.aitools.programd.util
Class CouldNotCreateFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.aitools.programd.util.CouldNotCreateFileException
- All Implemented Interfaces:
- Serializable
public class CouldNotCreateFileException
- extends Exception
Thrown when a file cannot be created.
- Since:
- 4.2
- 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 |
CouldNotCreateFileException
public CouldNotCreateFileException(String filename)
- Creates a new CouldNotCreateFileException.
- Parameters:
filename - the filename for which a file could not be created.