Package com.imsl.math
Class OdeAdamsGear.ToleranceTooSmallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.OdeAdamsGear.ToleranceTooSmallException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OdeAdamsGear
Tolerance is too small or the problem is stiff.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionToleranceTooSmallException(String message) Constructs aToleranceTooSmallExceptionwith the specified detailed message.ToleranceTooSmallException(String key, Object[] arguments) Constructs aToleranceTooSmallExceptionwith the specified detailed message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ToleranceTooSmallException
Constructs aToleranceTooSmallExceptionwith the specified detailed message. The detailed message is aStringthat describes this particular exception.- Parameters:
message- aStringcontaining the error message
-
ToleranceTooSmallException
Constructs aToleranceTooSmallExceptionwith the specified detailed message. The detailed message is aStringthat describes this particular exception.- Parameters:
key- theStringkey of the error message in the resource bundlearguments- an array containing arguments used within the error message string
-