public static class OdeRungeKutta.DidNotConvergeException extends IMSLException
| Constructor and Description |
|---|
OdeRungeKutta.DidNotConvergeException(String message)
Constructs a
DidNotConvergeException with the
specified detailed message. |
OdeRungeKutta.DidNotConvergeException(String key,
Object[] arguments)
Constructs a
DidNotConvergeException with the
specified detailed message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OdeRungeKutta.DidNotConvergeException(String message)
DidNotConvergeException with the
specified detailed message. The detailed message is a String
that describes this particular exception.message - a String containing
the error messagepublic OdeRungeKutta.DidNotConvergeException(String key, Object[] arguments)
DidNotConvergeException with the
specified detailed message. The detailed message is a String
that describes this particular exception.key - the String key of the error message in the
resource bundlearguments - an array containing arguments used within the
error message stringCopyright © 1970-2015 Rogue Wave Software
Built June 18 2015.