org.apache.commons.math3.exception
Class TooManyEvaluationsException
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.TooManyEvaluationsException
- All Implemented Interfaces:
- Serializable, ExceptionContextProvider
public class TooManyEvaluationsException
- extends MaxCountExceededException
Exception to be thrown when the maximal number of evaluations is exceeded.
- Since:
- 3.0
- Version:
- $Id: TooManyEvaluationsException.java 1364378 2012-07-22 17:42:38Z tn $
- See Also:
- Serialized Form
TooManyEvaluationsException
public TooManyEvaluationsException(Number max)
- Construct the exception.
- Parameters:
max
- Maximum number of evaluations.
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.