public static class OdeAdamsGear.ToleranceTooSmallException extends IMSLException
| Constructor and Description |
|---|
ToleranceTooSmallException(String message)
Constructs a
ToleranceTooSmallException with the
specified detailed message. |
ToleranceTooSmallException(String key,
Object[] arguments)
Constructs a
ToleranceTooSmallException with the
specified detailed message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ToleranceTooSmallException(String message)
ToleranceTooSmallException with the
specified detailed message. The detailed message is a String
that describes this particular exception.message - a String containing
the error messagepublic ToleranceTooSmallException(String key, Object[] arguments)
ToleranceTooSmallException 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.