Package com.imsl.math
Class MinUnconMultiVar.UnboundedBelowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.MinUnconMultiVar.UnboundedBelowException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MinUnconMultiVar
Five consecutive steps of the maximum allowable stepsize have been taken,
either the function is unbounded below, or has a finite asymptote in some
direction or the maximum allowable step size is too small.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnboundedBelowException(String message) Constructs aUnboundedBelowExceptionobject.UnboundedBelowException(String key, Object[] arguments) Constructs aUnboundedBelowExceptionobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnboundedBelowException
Constructs aUnboundedBelowExceptionobject.- Parameters:
message- aStringcontaining the error message
-
UnboundedBelowException
Constructs aUnboundedBelowExceptionobject.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-