Package nz.org.riskscape.engine.function
Class FunctionCallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nz.org.riskscape.engine.RiskscapeException
nz.org.riskscape.engine.function.FunctionCallException
- All Implemented Interfaces:
Serializable
public class FunctionCallException
extends nz.org.riskscape.engine.RiskscapeException
Thrown during a function call to a RiskscapeFunction
- See Also:
-
Constructor Summary
ConstructorDescriptionFunctionCallException
(String message) Deprecated.FunctionCallException
(String message, Exception cause) Deprecated.FunctionCallException
(nz.org.riskscape.problem.Problem problem, Exception cause) -
Method Summary
Methods inherited from class nz.org.riskscape.engine.RiskscapeException
getCause, getProblem, hasProblem
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FunctionCallException
Deprecated. -
FunctionCallException
Deprecated. -
FunctionCallException
-