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