|
||||||||||
| 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
public class ConvergenceException
Error thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
Serializable version identifier |
| Constructor Summary | |
|---|---|
ConvergenceException()
Default constructor. |
|
ConvergenceException(java.lang.String message)
Construct an exception with the given message. |
|
ConvergenceException(java.lang.String message,
java.lang.Throwable cause)
Construct an exception with the given message and root cause. |
|
ConvergenceException(java.lang.Throwable throwable)
Create an exception with a given root cause. |
|
| Method Summary |
|---|
| 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 |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public ConvergenceException()
public ConvergenceException(java.lang.String message)
message - descriptive error message.
public ConvergenceException(java.lang.String message,
java.lang.Throwable cause)
message - descriptive error message.cause - root cause.public ConvergenceException(java.lang.Throwable throwable)
throwable - caught exception causing this problem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||