A simple subclass of RuntimeException that indicates errors when trying to evaluate an expression. More...
Public Member Functions | |
| EvaluationException (String message) | |
| Construct the evaluation exception with a message. | |
Static Private Attributes | |
| static final long | serialVersionUID = 4794094610927358603L |
A simple subclass of RuntimeException that indicates errors when trying to evaluate an expression.
Definition at line 31 of file EvaluationException.java.
| uk.co.cogitolearning.cogpar.EvaluationException.EvaluationException | ( | String | message | ) |
Construct the evaluation exception with a message.
| message | the message containing the cause of the exception |
Definition at line 39 of file EvaluationException.java.
1.8.1.2