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