org.apache.commons.math3.exception
Class TooManyEvaluationsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by org.apache.commons.math3.exception.MathIllegalStateException
                      extended by org.apache.commons.math3.exception.MaxCountExceededException
                          extended by 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

Field Summary
private static long serialVersionUID
          Serializable version Id.
 
Constructor Summary
TooManyEvaluationsException(Number max)
          Construct the exception.
 
Method Summary
 
Methods inherited from class org.apache.commons.math3.exception.MaxCountExceededException
getMax
 
Methods inherited from class org.apache.commons.math3.exception.MathIllegalStateException
getContext, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serializable version Id.

See Also:
Constant Field Values
Constructor Detail

TooManyEvaluationsException

public TooManyEvaluationsException(Number max)
Construct the exception.

Parameters:
max - Maximum number of evaluations.


Copyright (c) 2003-2013 Apache Software Foundation