Package com.imsl.math
Class MinUnconMultiVar.FalseConvergenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.MinUnconMultiVar.FalseConvergenceException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MinUnconMultiVar
False convergence error; the iterates appear to be converging to a
noncritical point. Possibly incorrect gradient information is used, or
the function is discontinuous, or the other stopping tolerances are too
tight.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFalseConvergenceException(String message) Constructs aFalseConvergenceExceptionobject.FalseConvergenceException(String key, Object[] arguments) Constructs aFalseConvergenceExceptionobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FalseConvergenceException
Constructs aFalseConvergenceExceptionobject.- Parameters:
message- aStringcontaining the error message
-
FalseConvergenceException
Constructs aFalseConvergenceExceptionobject.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-