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$
- See Also:
- Serialized Form
serialVersionUID
private static final long serialVersionUID
- Serializable version Id.
- See Also:
- Constant Field Values
TooManyEvaluationsException
public TooManyEvaluationsException(Number max)
- Construct the exception.
- Parameters:
max
- Maximum number of evaluations.
Copyright (c) 2003-2013 Apache Software Foundation