org.pentaho.reporting.libraries.formula.parser
Class FormulaParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pentaho.reporting.libraries.formula.parser.ParseException
              extended by org.pentaho.reporting.libraries.formula.parser.FormulaParseException
All Implemented Interfaces:
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
FormulaParseException(ParseException pe)
           
FormulaParseException(String message)
           
FormulaParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal)
           
FormulaParseException(TokenMgrError error)
           
 
Method Summary
 Token getCurrentTokenVal()
           
 TokenMgrError getError()
           
 Throwable getParent()
           
 ParsePosition getParsePosition()
           
 
Methods inherited from class org.pentaho.reporting.libraries.formula.parser.ParseException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormulaParseException

public FormulaParseException(String message)

FormulaParseException

public FormulaParseException(ParseException pe)

FormulaParseException

public FormulaParseException(Token currentTokenVal,
                             int[][] expectedTokenSequencesVal,
                             String[] tokenImageVal)

FormulaParseException

public FormulaParseException(TokenMgrError error)
Method Detail

getCurrentTokenVal

public Token getCurrentTokenVal()

getParent

public Throwable getParent()

getError

public TokenMgrError getError()

getParsePosition

public ParsePosition getParsePosition()