|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.pentaho.reporting.libraries.formula.parser.ParseException
org.pentaho.reporting.libraries.formula.parser.FormulaParseException
public class FormulaParseException
Todo: Document me!
| 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 |
|---|
public FormulaParseException(String message)
public FormulaParseException(ParseException pe)
public FormulaParseException(Token currentTokenVal,
int[][] expectedTokenSequencesVal,
String[] tokenImageVal)
public FormulaParseException(TokenMgrError error)
| Method Detail |
|---|
public Token getCurrentTokenVal()
public Throwable getParent()
public TokenMgrError getError()
public ParsePosition getParsePosition()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||