|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
org.jdesktop.j3d.loaders.vrml97.impl.VrmlTokenMgrError
public class VrmlTokenMgrError
Generated by JavaCC, but renamed to VrmlTokenMgrError for use with VrmlTokenManager
Constructor Summary | |
---|---|
VrmlTokenMgrError()
Constructor for the VrmlTokenMgrError object |
|
VrmlTokenMgrError(boolean EOFSeen,
int lexState,
int errorLine,
int errorColumn,
String errorAfter,
char curChar,
int reason)
Constructor for the VrmlTokenMgrError object |
|
VrmlTokenMgrError(String message,
int reason)
Constructor for the VrmlTokenMgrError object |
Method Summary | |
---|---|
protected static String |
addEscapes(String str)
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string |
String |
getMessage()
You can also modify the body of this method to customize your error messages. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 |
---|
public VrmlTokenMgrError()
public VrmlTokenMgrError(String message, int reason)
message
- Description of the Parameterreason
- Description of the Parameterpublic VrmlTokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, String errorAfter, char curChar, int reason)
EOFSeen
- Description of the ParameterlexState
- Description of the ParametererrorLine
- Description of the ParametererrorColumn
- Description of the ParametererrorAfter
- Description of the ParametercurChar
- Description of the Parameterreason
- Description of the ParameterMethod Detail |
---|
protected static final String addEscapes(String str)
str
- The feature to be added to the Escapes attribute
public String getMessage()
getMessage
in class Throwable
|
j3d-vrml97-0.1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |