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