|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.commons.math.MathException
org.apache.commons.math.ConvergenceException
org.apache.commons.math.MaxIterationsExceededException
public class MaxIterationsExceededException
Error thrown when a numerical computation exceeds its allowed number of iterations.
Constructor Summary | |
---|---|
MaxIterationsExceededException(int maxIterations)
Constructs an exception with a default detail message. |
|
MaxIterationsExceededException(int maxIterations,
Localizable pattern,
Object... arguments)
Constructs an exception with specified formatted detail message. |
|
MaxIterationsExceededException(int maxIterations,
String pattern,
Object... arguments)
Deprecated. as of 2.2 replaced by MaxIterationsExceededException(int, Localizable, Object...) |
Method Summary | |
---|---|
int |
getMaxIterations()
Get the maximal number of iterations allowed. |
Methods inherited from class org.apache.commons.math.MathException |
---|
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getPattern, getSpecificPattern, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MaxIterationsExceededException(int maxIterations)
maxIterations
- maximal number of iterations allowed@Deprecated public MaxIterationsExceededException(int maxIterations, String pattern, Object... arguments)
MaxIterationsExceededException(int, Localizable, Object...)
MessageFormat
.
maxIterations
- the exceeded maximal number of iterationspattern
- format specifierarguments
- format argumentspublic MaxIterationsExceededException(int maxIterations, Localizable pattern, Object... arguments)
MessageFormat
.
maxIterations
- the exceeded maximal number of iterationspattern
- format specifierarguments
- format argumentsMethod Detail |
---|
public int getMaxIterations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |