|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
com.jeffpalm.javaparser.TokenMgrError
public class TokenMgrError
Description of the Class
Constructor Summary | |
---|---|
TokenMgrError()
Constructor for the TokenMgrError object |
|
TokenMgrError(boolean EOFSeen,
int lexState,
int errorLine,
int errorColumn,
java.lang.String errorAfter,
char curChar,
int reason)
Constructor for the TokenMgrError object |
|
TokenMgrError(java.lang.String message,
int reason)
Constructor for the TokenMgrError object |
Method Summary | |
---|---|
protected static java.lang.String |
addEscapes(java.lang.String str)
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string |
java.lang.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 TokenMgrError()
public TokenMgrError(java.lang.String message, int reason)
message
- Description of the Parameterreason
- Description of the Parameterpublic TokenMgrError(boolean EOFSeen, int lexState, int errorLine, int errorColumn, java.lang.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 |
---|
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
protected static final java.lang.String addEscapes(java.lang.String str)
str
- The feature to be added to the Escapes attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |