org.pentaho.reporting.libraries.formula.parser
public class FormulaParseException extends ParseException
| Constructor Summary | |
|---|---|
| FormulaParseException(String message) | |
| FormulaParseException(ParseException pe) | |
| FormulaParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal) | |
| FormulaParseException(TokenMgrError error) | |
| Method Summary | |
|---|---|
| Token | getCurrentTokenVal() |
| TokenMgrError | getError() |
| Throwable | getParent() |
| ParsePosition | getParsePosition() |