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.Problem
badPipelineChange
(String description) Shown to the user when there was an internal problem with the wizard, namely that aPipelineChange
triggered by anAnswer
has produced an invalid change.nz.org.riskscape.problem.Problem
static WizardProblems
get()
nz.org.riskscape.problem.Problem
invalidAnswer
(nz.org.riskscape.engine.bind.Parameter parameter) nz.org.riskscape.problem.Problem
skipFailed
(Question failedToSkip)
-
Method Details
-
get
-
badPipelineChange
Shown to the user when there was an internal problem with the wizard, namely that a
PipelineChange
triggered by anAnswer
has 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
-