Uses of Interface
dev.zemco.codegame.presentation.solution.errors.ISolutionErrorModel
Packages that use ISolutionErrorModel
Package
Description
MVC components for presenting the solution to the user.
Presents formatted errors containing information about user's solution failures.
-
Uses of ISolutionErrorModel in dev.zemco.codegame.presentation.solution
Methods in dev.zemco.codegame.presentation.solution that return types with arguments of type ISolutionErrorModelModifier and TypeMethodDescriptionjavafx.beans.value.ObservableObjectValue<ISolutionErrorModel>ISolutionModel.executionErrorProperty()Property holding the lastsolution error modelindicating error during execution of the test evaluation of player's solution.javafx.beans.value.ObservableObjectValue<ISolutionErrorModel>SolutionModel.executionErrorProperty()javafx.beans.value.ObservableObjectValue<ISolutionErrorModel>ISolutionModel.syntaxErrorProperty()Property holding the lastsolution error modelindicating syntax error in the player's solution source code.javafx.beans.value.ObservableObjectValue<ISolutionErrorModel>SolutionModel.syntaxErrorProperty() -
Uses of ISolutionErrorModel in dev.zemco.codegame.presentation.solution.errors
Classes in dev.zemco.codegame.presentation.solution.errors that implement ISolutionErrorModelModifier and TypeClassDescriptionclassImmutable implementation holding details about an error in user's solution to aproblem.Methods in dev.zemco.codegame.presentation.solution.errors that return ISolutionErrorModelModifier and TypeMethodDescriptionISolutionErrorModelFactory.createSolutionErrorModel(InvalidSyntaxException exception) Creates asolution error modelfor an exception caused by usage of an invalid syntax in the solution.ISolutionErrorModelFactory.createSolutionErrorModel(StepEvaluationException exception) Creates asolution error modelfor an exception caused by error during evaluation of the solution.SimpleSolutionErrorModelFactory.createSolutionErrorModel(InvalidSyntaxException exception) SimpleSolutionErrorModelFactory.createSolutionErrorModel(StepEvaluationException exception)