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

public class StepEvaluationException extends RuntimeException
Thrown during the evaluation step if the evaluation reaches an undesired state.
Author:
Erik Zemčík
See Also:
  • Constructor Details

    • StepEvaluationException

      public StepEvaluationException(String message)
      Creates an instance of StepEvaluationException.
      Parameters:
      message - detail message containing information about the state of the evaluation
    • StepEvaluationException

      public StepEvaluationException(String message, Throwable cause)
      Creates an instance of StepEvaluationException.
      Parameters:
      message - detail message containing information about the state of the evaluation
      cause - cause of the undesired state