Interface LanguageFunctions.LocalProblems

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

public static interface LanguageFunctions.LocalProblems extends nz.org.riskscape.engine.problem.ProblemFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    nz.org.riskscape.problem.Problem
    userAssert(String message)
    When a user generated assert has been raised.
    nz.org.riskscape.problem.Problem
    When a user generated warning has been raised.
  • Method Details

    • userWarning

      nz.org.riskscape.problem.Problem userWarning(String message)

      When a user generated warning has been raised.

      Problem text will show that the message content if from the user, not RiskScape.

    • userAssert

      nz.org.riskscape.problem.Problem userAssert(String message)

      When a user generated assert has been raised.

      Problem text will show that the message content if from the user, not RiskScape.