NWNFiles.NWNFilesExceptions
Class InvalidLanguageId
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--NWNFiles.NWNFilesExceptions.NWNFileException
|
+--NWNFiles.NWNFilesExceptions.InvalidLanguageId
- All Implemented Interfaces:
- Serializable
- public class InvalidLanguageId
- extends NWNFileException
18 juil. 2003
- Author:
- Alexandre Brunel
Thrown when a language id is not valid.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidLanguageId
public InvalidLanguageId(int id)
- Constructs a InvalidLanguageId object.
- Parameters:
id
- The invalid id.