|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
dsql.parser.ParseException
dsql.parser.ParseExceptionDsql
Field Summary |
Fields inherited from class dsql.parser.ParseException |
currentToken, eol, expectedTokenSequences, specialConstructor, tokenImage |
Constructor Summary | |
ParseExceptionDsql(ParseException exc)
|
|
ParseExceptionDsql(Token currentTokenVal,
int[][] expectedTokenSequencesVal,
java.lang.String[] tokenImageVal)
|
Method Summary | |
java.lang.String |
getMessage()
This method has the standard behavior when this object has been created using the standard constructors. |
Methods inherited from class dsql.parser.ParseException |
add_escapes |
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 ParseExceptionDsql(Token currentTokenVal, int[][] expectedTokenSequencesVal, java.lang.String[] tokenImageVal)
public ParseExceptionDsql(ParseException exc)
Method Detail |
public java.lang.String getMessage()
ParseException
getMessage
in class ParseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |