public class ExpressionEvalException extends ExpressionException
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
EMPTY_NODE |
protected static java.lang.String |
EXPECT_BINFUNC |
protected static java.lang.String |
EXPECT_UNARYFUNC |
| Constructor and Description |
|---|
ExpressionEvalException()
Construct a ExpressionEvalException with no detail message.
|
ExpressionEvalException(java.lang.String s)
Construct a ExpressionEvalException with specified detail message.
|
protected static final java.lang.String EMPTY_NODE
protected static final java.lang.String EXPECT_UNARYFUNC
protected static final java.lang.String EXPECT_BINFUNC