public class FormulaParseException extends ParseException
currentToken, expectedTokenSequences, tokenImage
Constructor and Description |
---|
FormulaParseException(ParseException pe) |
FormulaParseException(java.lang.String message) |
FormulaParseException(Token currentTokenVal,
int[][] expectedTokenSequencesVal,
java.lang.String[] tokenImageVal) |
FormulaParseException(TokenMgrError error) |
Modifier and Type | Method and Description |
---|---|
Token |
getCurrentTokenVal() |
TokenMgrError |
getError() |
java.lang.Throwable |
getParent() |
ParsePosition |
getParsePosition() |
getMessage
public FormulaParseException(java.lang.String message)
public FormulaParseException(ParseException pe)
public FormulaParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, java.lang.String[] tokenImageVal)
public FormulaParseException(TokenMgrError error)
public Token getCurrentTokenVal()
public java.lang.Throwable getParent()
public TokenMgrError getError()
public ParsePosition getParsePosition()