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

Field Summary
 
Fields inherited from class NWNFiles.NWNFilesExceptions.NWNFileException
CurrentLanguage
 
Constructor Summary
FileDoesNotExist(File file)
          Constructs a FileDoesNotExist object.
 
Methods inherited from class NWNFiles.NWNFilesExceptions.NWNFileException
getCurrentLanguage, setCurrentLanguage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileDoesNotExist

public FileDoesNotExist(File file)
Constructs a FileDoesNotExist object.

Parameters:
file - Path of the not found file