Package nz.org.riskscape.engine.bind
Class InvalidBoundParametersException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nz.org.riskscape.engine.RiskscapeException
nz.org.riskscape.engine.bind.InvalidBoundParametersException
- All Implemented Interfaces:
Serializable
Thrown when a method expects a set of bound parameters that match a particular set of defined parameters but they don't match. Which parameters to give will depend on any particular API.
This type of error is typically an API misuse error, rather than a user error
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidBoundParametersException
(String message) Deprecated.InvalidBoundParametersException
(Problem problem) -
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
-
InvalidBoundParametersException
Deprecated. -
InvalidBoundParametersException
-