|
||||||||||
| 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.ConvergenceException
public class ConvergenceException
Error thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value.
| Constructor Summary | |
|---|---|
ConvergenceException()
Construct the exception. |
|
ConvergenceException(Localizable pattern,
java.lang.Object... args)
Construct the exception with a specific context and arguments. |
|
| Method Summary |
|---|
| 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 ConvergenceException()
public ConvergenceException(Localizable pattern,
java.lang.Object... args)
pattern - Message pattern providing the specific context of
the error.args - Arguments.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||