Package dev.zemco.codegame.evaluation
Class StepEvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.zemco.codegame.evaluation.StepEvaluationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TimeoutException
Thrown during the evaluation step if the evaluation reaches an undesired state.
- Author:
- Erik Zemčík
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStepEvaluationException(String message) Creates an instance ofStepEvaluationException.StepEvaluationException(String message, Throwable cause) Creates an instance ofStepEvaluationException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StepEvaluationException
Creates an instance ofStepEvaluationException.- Parameters:
message- detail message containing information about the state of the evaluation
-
StepEvaluationException
Creates an instance ofStepEvaluationException.- Parameters:
message- detail message containing information about the state of the evaluationcause- cause of the undesired state
-