org.apache.commons.math3.exception
Class TooManyIterationsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.apache.commons.math3.exception.MathIllegalStateException
org.apache.commons.math3.exception.MaxCountExceededException
org.apache.commons.math3.exception.TooManyIterationsException
- All Implemented Interfaces:
- Serializable, ExceptionContextProvider
public class TooManyIterationsException
- extends MaxCountExceededException
Exception to be thrown when the maximal number of iterations is exceeded.
- Since:
- 3.1
- Version:
- $Id$
- See Also:
- Serialized Form
TooManyIterationsException
public TooManyIterationsException(Number max)
- Construct the exception.
- Parameters:
max
- Maximum number of evaluations.
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.