|
|||||||||||
| 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
Error thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value.
| Constructor Summary | |
ConvergenceException()
Default constructor. |
|
ConvergenceException(String message)
Construct an exception with the given message. |
|
ConvergenceException(String message,
Throwable cause)
Construct an exception with the given message and root cause. |
|
ConvergenceException(Throwable throwable)
Create an exception with a given root cause. |
|
| Methods inherited from class org.apache.commons.math.MathException |
getCause, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, 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(String message)
message - descriptive error message.
public ConvergenceException(String message,
Throwable cause)
message - descriptive error message.cause - root cause.public ConvergenceException(Throwable throwable)
throwable - caught exception causing this problem
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||