Package nz.org.riskscape.wizard
Interface WizardProblems
- All Superinterfaces:
nz.org.riskscape.engine.problem.ProblemFactory
public interface WizardProblems
extends nz.org.riskscape.engine.problem.ProblemFactory
-
Method Summary
Modifier and TypeMethodDescriptionnz.org.riskscape.problem.ProblembadPipelineChange(String description) Shown to the user when there was an internal problem with the wizard, namely that aPipelineChangetriggered by anAnswerhas produced an invalid change.nz.org.riskscape.problem.Problemstatic WizardProblemsget()nz.org.riskscape.problem.ProbleminvalidAnswer(nz.org.riskscape.engine.bind.Parameter parameter) nz.org.riskscape.problem.ProblemskipFailed(Question failedToSkip)
-
Method Details
-
get
-
badPipelineChange
Shown to the user when there was an internal problem with the wizard, namely that a
PipelineChangetriggered by anAnswerhas produced an invalid change. There's not much the user can do about this, other than avoid that part of the wizard. -
configError
nz.org.riskscape.problem.Problem configError() -
invalidAnswer
nz.org.riskscape.problem.Problem invalidAnswer(nz.org.riskscape.engine.bind.Parameter parameter) -
skipFailed
-