NWNFiles.NWNFilesExceptions
Class NameTooLong
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--NWNFiles.NWNFilesExceptions.NWNFileException
|
+--NWNFiles.NWNFilesExceptions.NameTooLong
- All Implemented Interfaces:
- Serializable
- public class NameTooLong
- extends NWNFileException
18 juil. 2003
- Author:
- Alexandre Brunel
Thrown when a name exceed the maximum length.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NameTooLong
public NameTooLong(String fileName)
- Constructs a NameTooLong object.
- Parameters:
fileName
- An invalid name.