NWNFiles.NWNFilesExceptions
Class BadFileType

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--NWNFiles.NWNFilesExceptions.NWNFileException
                    |
                    +--NWNFiles.NWNFilesExceptions.BadFileType
All Implemented Interfaces:
Serializable

public class BadFileType
extends NWNFileException

21 juil. 2003

Author:
Alexandre Brunel Thrown when a file typ is invalid.
See Also:
Serialized Form

Field Summary
 
Fields inherited from class NWNFiles.NWNFilesExceptions.NWNFileException
CurrentLanguage
 
Constructor Summary
BadFileType(String type)
          Constructs a BadFileType 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

BadFileType

public BadFileType(String type)
Constructs a BadFileType object.

Parameters:
type - File type.