public static class NonlinLeastSquares.TooManyIterationsException extends IMSLException
Constructor and Description |
---|
TooManyIterationsException()
Constructs a
TooManyIterationsException object. |
TooManyIterationsException(Object[] arguments)
Constructs a
TooManyIterationsException object. |
TooManyIterationsException(String key,
Object[] arguments)
Constructs a
TooManyIterationsException object. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TooManyIterationsException()
TooManyIterationsException
object.public TooManyIterationsException(String key, Object[] arguments)
TooManyIterationsException
object.key
- a String
containing the error messagearguments
- an Object
array containing arguments
used within the error message stringpublic TooManyIterationsException(Object[] arguments)
TooManyIterationsException
object.arguments
- an Object
array containing arguments
used within the error message stringCopyright © 2020 Rogue Wave Software. All rights reserved.