|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.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
public class TooManyEvaluationsException
Exception to be thrown when the maximal number of evaluations is exceeded.
Field Summary | |
---|---|
private static long |
serialVersionUID
Serializable version Id. |
Constructor Summary | |
---|---|
TooManyEvaluationsException(java.lang.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 |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public TooManyEvaluationsException(java.lang.Number max)
max
- Maximum number of evaluations.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |