Package com.imsl.math
Class OdeAdamsGear.MaxFcnEvalsExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.OdeAdamsGear.MaxFcnEvalsExceededException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- OdeAdamsGear
Maximum function evaluations exceeded.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMaxFcnEvalsExceededException(String message) Constructs aMaxFcnEvalsExceededExceptionwith the specified detailed message.MaxFcnEvalsExceededException(String key, Object[] arguments) Constructs aMaxFcnEvalsExceededExceptionwith 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
-
MaxFcnEvalsExceededException
Constructs aMaxFcnEvalsExceededExceptionwith the specified detailed message. The detailed message is aStringthat describes this particular exception.- Parameters:
message- aStringcontaining the error message
-
MaxFcnEvalsExceededException
Constructs aMaxFcnEvalsExceededExceptionwith 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
-