|
||||||||||
| 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.math.exception.MathIllegalStateException
org.apache.commons.math.exception.MaxCountExceededException
org.apache.commons.math.exception.TooManyEvaluationsException
public class TooManyEvaluationsException
Exception to be thrown when the maximal number of evaluations is exceeded.
| Constructor Summary | |
|---|---|
TooManyEvaluationsException(java.lang.Number max)
Construct the exception. |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.commons.math.exception.MaxCountExceededException |
|---|
getMax |
| Methods inherited from class org.apache.commons.math.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 |
| 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 | |||||||||