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