Package com.imsl.math
Class FeynmanKac.InitialConstraintsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.FeynmanKac.InitialConstraintsException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FeynmanKac
The constraints at the initial point are inconsistent.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInitialConstraintsException(String key, Object[] arguments) The constraints at the initial point 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
-
InitialConstraintsException
The constraints at the initial point are inconsistent.- Parameters:
key- theStringkey of the error message in the resource bundlearguments- an array containing arguments used within the error message string
-