Package com.imsl.math
Class FeynmanKac.ConstraintsInconsistentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.FeynmanKac.ConstraintsInconsistentException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FeynmanKac
The constraints are inconsistent.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstraintsInconsistentException(String key, Object[] arguments) The constraints are inconsistent. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConstraintsInconsistentException
The constraints are inconsistent.- Parameters:
key- theStringkey of the error message in the resource bundlearguments- an array containing arguments used within the error message string
-