Package com.imsl.math
Class MinUnconMultiVar.MaxIterationsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.MinUnconMultiVar.MaxIterationsException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MinUnconMultiVar
Maximum number of iterations exceeded.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMaxIterationsException(String message) Constructs aMaxIterationsExceptionobject.MaxIterationsException(String key, Object[] arguments) Constructs aMaxIterationsExceptionobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MaxIterationsException
Constructs aMaxIterationsExceptionobject.- Parameters:
message- aStringcontaining the error message
-
MaxIterationsException
Constructs aMaxIterationsExceptionobject.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-