|
||||||||||
| 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.
| Constructor Summary | |
|---|---|
ConvergenceException()
Default constructor. |
|
ConvergenceException(java.lang.String msg)
Deprecated. as of 1.2, replaced by ConvergenceException(String, Object[]) |
|
ConvergenceException(java.lang.String pattern,
java.lang.Object[] arguments)
Constructs an exception with specified formatted detail message. |
|
ConvergenceException(java.lang.String pattern,
java.lang.Object[] arguments,
java.lang.Throwable cause)
Constructs an exception with specified formatted detail message and root cause. |
|
ConvergenceException(java.lang.String msg,
java.lang.Throwable rootCause)
Deprecated. as of 1.2, replaced by ConvergenceException(String, Object[], Throwable) |
|
ConvergenceException(java.lang.Throwable cause)
Create an exception with a given root cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.commons.math.MathException |
|---|
getArguments, getCause, getMessage, getPattern, 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(java.lang.String pattern,
java.lang.Object[] arguments)
MessageFormat.
pattern - format specifierarguments - format argumentspublic ConvergenceException(java.lang.Throwable cause)
cause - the exception or error that caused this exception to be thrown
public ConvergenceException(java.lang.String pattern,
java.lang.Object[] arguments,
java.lang.Throwable cause)
MessageFormat.
pattern - format specifierarguments - format argumentscause - the exception or error that caused this exception to be thrown
public ConvergenceException(java.lang.String msg,
java.lang.Throwable rootCause)
ConvergenceException(String, Object[], Throwable)
ConvergenceException with specified
detail message and nested Throwable root cause.
msg - the error message.rootCause - the exception or error that caused this exception
to be thrown.public ConvergenceException(java.lang.String msg)
ConvergenceException(String, Object[])
ConvergenceException with specified
detail message.
msg - the error message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||