com.dandymadeproductions.expressionparser
Class ExpressionEvalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.dandymadeproductions.expressionparser.ExpressionException
com.dandymadeproductions.expressionparser.ExpressionEvalException
- All Implemented Interfaces:
- java.io.Serializable
public class ExpressionEvalException
- extends ExpressionException
Expression evaluation exception.
- Version:
- 1.5 02/12/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 |
EMPTY_NODE
protected static final java.lang.String EMPTY_NODE
- See Also:
- Constant Field Values
EXPECT_UNARYFUNC
protected static final java.lang.String EXPECT_UNARYFUNC
- See Also:
- Constant Field Values
EXPECT_BINFUNC
protected static final java.lang.String EXPECT_BINFUNC
- See Also:
- Constant Field Values
ExpressionEvalException
public ExpressionEvalException()
ExpressionEvalException
public ExpressionEvalException(java.lang.String s)