public static class OdeAdamsGear.DidNotConvergeException extends IMSLException
| Constructor and Description |
|---|
DidNotConvergeException(String message)
Constructs a
DidNotConvergeException with the
specified detailed message. |
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 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 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 © 2020 Rogue Wave Software. All rights reserved.