Interface ConfigParser.LocalProblems

All Superinterfaces:
nz.org.riskscape.engine.problem.ProblemFactory
Enclosing class:
ConfigParser

public static interface ConfigParser.LocalProblems extends nz.org.riskscape.engine.problem.ProblemFactory
  • Method Details

    • couldNotApplyChange

      nz.org.riskscape.problem.Problem couldNotApplyChange(Object params)
    • indicesNotContiguous

      nz.org.riskscape.problem.Problem indicesNotContiguous(String prefix, int i)
    • multipleKeysGiven

      nz.org.riskscape.problem.Problem multipleKeysGiven(String key)
    • mixedSubKeys

      nz.org.riskscape.problem.Problem mixedSubKeys(String key, String subkeys)
    • ignoredParamsTip

      nz.org.riskscape.problem.Problem ignoredParamsTip()
    • unfinishedSurvey

      nz.org.riskscape.problem.Problem unfinishedSurvey(String unskippable)