Package nz.org.riskscape.engine
Class UnknownFunctionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nz.org.riskscape.engine.RiskscapeException
nz.org.riskscape.engine.UnknownFunctionException
- All Implemented Interfaces:
Serializable
Thrown when an object is asked for by id from the engine, but the engine doesn't know a function by that id.
- See Also:
-
Constructor Summary
ConstructorDescriptionUnknownFunctionException
(String functionId) UnknownFunctionException
(String functionId, Collection<String> alternatives) -
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
-
UnknownFunctionException
-
UnknownFunctionException
-