Package uk.co.cogitolearning.cogpar
Class EvaluationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- uk.co.cogitolearning.cogpar.EvaluationException
-
- All Implemented Interfaces:
Serializable
public class EvaluationException extends RuntimeException
A simple subclass of RuntimeException that indicates errors when trying to evaluate an expression.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EvaluationException(String message)Construct the evaluation exception with a message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
EvaluationException
public EvaluationException(String message)
Construct the evaluation exception with a message.- Parameters:
message- the message containing the cause of the exception
-
-