java.io.Serializable
public class FormulaParseException extends ParseException
currentToken, expectedTokenSequences, tokenImage
Constructor | Description |
---|---|
FormulaParseException(java.lang.String message) |
|
FormulaParseException(ParseException pe) |
|
FormulaParseException(TokenMgrError error) |
|
FormulaParseException(Token currentTokenVal,
int[][] expectedTokenSequencesVal,
java.lang.String[] tokenImageVal) |
Modifier and Type | Method | Description |
---|---|---|
Token |
getCurrentTokenVal() |
|
TokenMgrError |
getError() |
|
java.lang.Throwable |
getParent() |
|
ParsePosition |
getParsePosition() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
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()