Package com.imsl.math
Class BoundedVariableLeastSquares.TooManyIterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.BoundedVariableLeastSquares.TooManyIterException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BoundedVariableLeastSquares
Maximum number of iterations exceeded.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTooManyIterException(String message) The maximum number of iterations has exceeded.TooManyIterException(String key, Object[] arguments) The maximum number of iterations has 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
-
TooManyIterException
The maximum number of iterations has exceeded.- Parameters:
message- aStringcontaining the error message
-
TooManyIterException
The maximum number of iterations has exceeded.- Parameters:
key- aStringcontaining the exception messagearguments- an array containing arguments used within the error message string
-