com.dandymadeproductions.expressionparser
Class ExpressionParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.dandymadeproductions.expressionparser.ExpressionException
com.dandymadeproductions.expressionparser.ExpressionParseException
- All Implemented Interfaces:
- java.io.Serializable
public class ExpressionParseException
- extends ExpressionException
Expression parsing exception.
- Version:
- 1.5 02/13/2012
- Author:
- David Wanqian Liu, Dana M. Proctor
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UNKNOWN_SYMBOL
protected static final java.lang.String UNKNOWN_SYMBOL
- See Also:
- Constant Field Values
UNKNOWN_TERMINAL
protected static final java.lang.String UNKNOWN_TERMINAL
- See Also:
- Constant Field Values
UNEXPECTED_SYMBOL
protected static final java.lang.String UNEXPECTED_SYMBOL
- See Also:
- Constant Field Values
NO_OPERATOR
protected static final java.lang.String NO_OPERATOR
- See Also:
- Constant Field Values
TOOMANY_NODE
protected static final java.lang.String TOOMANY_NODE
- See Also:
- Constant Field Values
UNEXPECTED_NODE
protected static final java.lang.String UNEXPECTED_NODE
- See Also:
- Constant Field Values
NO_NODE
protected static final java.lang.String NO_NODE
- See Also:
- Constant Field Values
EXPECT_TERMINAL
protected static final java.lang.String EXPECT_TERMINAL
- See Also:
- Constant Field Values
NO_EOE
protected static final java.lang.String NO_EOE
- See Also:
- Constant Field Values
ExpressionParseException
public ExpressionParseException()
ExpressionParseException
public ExpressionParseException(java.lang.String s)