Uses of Class
dev.zemco.codegame.evaluation.StepEvaluationException
Packages that use StepEvaluationException
Package
Description
Provides evaluation capabilities of executions to the application.
Presents formatted errors containing information about user's solution failures.
-
Uses of StepEvaluationException in dev.zemco.codegame.evaluation
Subclasses of StepEvaluationException in dev.zemco.codegame.evaluationModifier and TypeClassDescriptionclassThrown during the evaluation step if maximum allowed number of steps was reached. -
Uses of StepEvaluationException in dev.zemco.codegame.presentation.solution.errors
Methods in dev.zemco.codegame.presentation.solution.errors with parameters of type StepEvaluationExceptionModifier and TypeMethodDescriptionISolutionErrorModelFactory.createSolutionErrorModel(StepEvaluationException exception) Creates asolution error modelfor an exception caused by error during evaluation of the solution.SimpleSolutionErrorModelFactory.createSolutionErrorModel(StepEvaluationException exception)