Package nz.org.riskscape.engine.rl
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 TypeMethodDescriptionnz.org.riskscape.problem.ProblemuserAssert(String message) When a user generated assert has been raised.nz.org.riskscape.problem.ProblemuserWarning(String message) When a user generated warning has been raised.
-
Method Details
-
userWarning
When a user generated warning has been raised.
Problem text will show that the message content if from the user, not RiskScape.
-
userAssert
When a user generated assert has been raised.
Problem text will show that the message content if from the user, not RiskScape.
-