NWNFiles.GFFFieldTypes
Class InvalidType

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

public class InvalidType
extends NWNFileException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class NWNFiles.NWNFilesExceptions.NWNFileException
CurrentLanguage
 
Constructor Summary
InvalidType(long type)
           
 
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

InvalidType

public InvalidType(long type)