Class FormulaParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.pentaho.reporting.libraries.formula.parser.ParseException
-
- org.pentaho.reporting.libraries.formula.parser.FormulaParseException
-
- All Implemented Interfaces:
java.io.Serializable
public class FormulaParseException extends ParseException
Todo: Document me!- Author:
- : Thomas Morgner
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.pentaho.reporting.libraries.formula.parser.ParseException
currentToken, expectedTokenSequences, tokenImage
-
-
Constructor Summary
Constructors Constructor Description FormulaParseException(java.lang.String message)FormulaParseException(ParseException pe)FormulaParseException(TokenMgrError error)FormulaParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, java.lang.String[] tokenImageVal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TokengetCurrentTokenVal()TokenMgrErrorgetError()java.lang.ThrowablegetParent()ParsePositiongetParsePosition()
-
-
-
Constructor Detail
-
FormulaParseException
public FormulaParseException(java.lang.String message)
-
FormulaParseException
public FormulaParseException(ParseException pe)
-
FormulaParseException
public FormulaParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, java.lang.String[] tokenImageVal)
-
FormulaParseException
public FormulaParseException(TokenMgrError error)
-
-
Method Detail
-
getCurrentTokenVal
public Token getCurrentTokenVal()
-
getParent
public java.lang.Throwable getParent()
-
getError
public TokenMgrError getError()
-
getParsePosition
public ParsePosition getParsePosition()
-
-