Package dev.dokimos.core.evaluators
Class EvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.dokimos.core.evaluators.EvaluationException
- All Implemented Interfaces:
Serializable
Thrown when an evaluation cannot be executed successfully.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEvaluationException(String message) EvaluationException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EvaluationException
-
EvaluationException
-