Package nz.org.riskscape.engine.rl
Class EvalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nz.org.riskscape.engine.RiskscapeException
nz.org.riskscape.engine.rl.EvalException
- All Implemented Interfaces:
Serializable
public class EvalException
extends nz.org.riskscape.engine.RiskscapeException
Thrown by a RealizedExpression when evaluation of an expression throws.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEvalException(nz.org.riskscape.engine.rl.RealizedExpression re, Object input, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptiongetInput()nz.org.riskscape.problem.Problemsnz.org.riskscape.engine.rl.RealizedExpressionMethods inherited from class nz.org.riskscape.engine.RiskscapeException
getCause, getProblem, hasProblemMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EvalException
-
-
Method Details
-
getProblems
public nz.org.riskscape.problem.Problems getProblems()- Overrides:
getProblemsin classnz.org.riskscape.engine.RiskscapeException
-
getRealizedExpression
public nz.org.riskscape.engine.rl.RealizedExpression getRealizedExpression() -
getInput
-