|
||||||||||
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(String pattern,
Object... arguments)
Constructs an exception with specified formatted detail message. |
|
ConvergenceException(Throwable cause)
Create an exception with a given root cause. |
|
ConvergenceException(Throwable cause,
String pattern,
Object... arguments)
Constructs an exception with specified formatted detail message and root cause. |
Method Summary |
---|
Methods inherited from class org.apache.commons.math.MathException |
---|
getArguments, getLocalizedMessage, getMessage, getMessage, getPattern, 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 ConvergenceException()
public ConvergenceException(String pattern, Object... arguments)
MessageFormat
.
pattern
- format specifierarguments
- format argumentspublic ConvergenceException(Throwable cause)
cause
- the exception or error that caused this exception to be thrownpublic ConvergenceException(Throwable cause, String pattern, Object... arguments)
MessageFormat
.
cause
- the exception or error that caused this exception to be thrownpattern
- format specifierarguments
- format arguments
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |