Interface WizardProblems

All Superinterfaces:
nz.org.riskscape.engine.problem.ProblemFactory

public interface WizardProblems extends nz.org.riskscape.engine.problem.ProblemFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    nz.org.riskscape.problem.Problem
    Shown to the user when there was an internal problem with the wizard, namely that a PipelineChange triggered by an Answer has produced an invalid change.
    nz.org.riskscape.problem.Problem
     
    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

      static WizardProblems get()
    • badPipelineChange

      nz.org.riskscape.problem.Problem badPipelineChange(String description)

      Shown to the user when there was an internal problem with the wizard, namely that a PipelineChange triggered by an Answer 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

      nz.org.riskscape.problem.Problem skipFailed(Question failedToSkip)