public class FormulaParseException extends ParseException
currentToken, expectedTokenSequences, tokenImage| Constructor and Description |
|---|
FormulaParseException(ParseException pe) |
FormulaParseException(String message) |
FormulaParseException(Token currentTokenVal,
int[][] expectedTokenSequencesVal,
String[] tokenImageVal) |
FormulaParseException(TokenMgrError error) |
| Modifier and Type | Method and Description |
|---|---|
Token |
getCurrentTokenVal() |
TokenMgrError |
getError() |
Throwable |
getParent() |
ParsePosition |
getParsePosition() |
getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FormulaParseException(String message)
public FormulaParseException(ParseException pe)
public FormulaParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal)
public FormulaParseException(TokenMgrError error)
public Token getCurrentTokenVal()
public Throwable getParent()
public TokenMgrError getError()
public ParsePosition getParsePosition()