Class TooManyIterationsException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.hipparchus.exception.MathRuntimeException
 - 
- org.hipparchus.exception.MathIllegalStateException
 - 
- org.hipparchus.migration.exception.MaxCountExceededException
 - 
- org.hipparchus.migration.exception.TooManyIterationsException
 
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable,LocalizedException
@Deprecated public class TooManyIterationsException extends MaxCountExceededException
Deprecated.as of 1.0, this exception is replaced byMathIllegalArgumentExceptionException to be thrown when the maximal number of iterations is exceeded.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description TooManyIterationsException(Number max)Deprecated.Construct the exception. 
- 
Method Summary
- 
Methods inherited from class org.hipparchus.migration.exception.MaxCountExceededException
getMax 
- 
Methods inherited from class org.hipparchus.exception.MathRuntimeException
createInternalError, createInternalError, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifier 
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
TooManyIterationsException
public TooManyIterationsException(Number max)
Deprecated.Construct the exception.- Parameters:
 max- Maximum number of evaluations.
 
 - 
 
 -