NWNFiles.NWNFilesExceptions
Class FileDoesNotExist
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--NWNFiles.NWNFilesExceptions.NWNFileException
|
+--NWNFiles.NWNFilesExceptions.FileDoesNotExist
- All Implemented Interfaces:
- Serializable
- public class FileDoesNotExist
- extends NWNFileException
14 juil. 2003
- Author:
- Alexandre Brunel
Thrown when e file has not been found.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FileDoesNotExist
public FileDoesNotExist(File file)
- Constructs a FileDoesNotExist object.
- Parameters:
file
- Path of the not found file