class VariableNotAvailableException extends EvaluationException
EvaluationException to mention that a given variable
used in the expression is not available in the context.| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
name |
expressionString, position| Constructor and Description |
|---|
VariableNotAvailableException(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
getExpressionString, getMessage, getPosition, getSimpleMessage, toDetailedString