public class EvaluationException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
EvaluationException(Expression expr,
java.lang.String message)
Initializes the exception with some information.
|
public EvaluationException(Expression expr, java.lang.String message)
expr - the Expression that could not be evaluatedmessage - a message for the user describing the reason for the evaluation failure