Package org.japprove.exceptions
Class FileCreationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.japprove.exceptions.FileCreationFailedException
- All Implemented Interfaces:
java.io.Serializable
public class FileCreationFailedException
extends java.lang.Exception
This Exception is thrown if a file can not be created.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description FileCreationFailedException(java.lang.String filename) -
Method Summary
-
Constructor Details
-
FileCreationFailedException
public FileCreationFailedException(java.lang.String filename)
-