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