|
||||||||||
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(Localizable pattern,
Object... arguments)
Constructs an exception with specified formatted detail message. |
|
ConvergenceException(String pattern,
Object... arguments)
Deprecated. as of 2.2 replaced by ConvergenceException(Localizable, Object...) |
|
ConvergenceException(Throwable cause)
Create an exception with a given root cause. |
|
ConvergenceException(Throwable cause,
Localizable pattern,
Object... arguments)
Constructs an exception with specified formatted detail message and root cause. |
|
ConvergenceException(Throwable cause,
String pattern,
Object... arguments)
Deprecated. as of 2.2 replaced by ConvergenceException(Throwable, Localizable, Object...) |
Method Summary |
---|
Methods inherited from class org.apache.commons.math.MathException |
---|
getArguments, getGeneralPattern, getLocalizedMessage, getMessage, getMessage, getPattern, getSpecificPattern, 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()
@Deprecated public ConvergenceException(String pattern, Object... arguments)
ConvergenceException(Localizable, Object...)
MessageFormat
.
pattern
- format specifierarguments
- format argumentspublic ConvergenceException(Localizable pattern, Object... arguments)
MessageFormat
.
pattern
- format specifierarguments
- format argumentspublic ConvergenceException(Throwable cause)
cause
- the exception or error that caused this exception to be thrown@Deprecated public ConvergenceException(Throwable cause, String pattern, Object... arguments)
ConvergenceException(Throwable, Localizable, Object...)
MessageFormat
.
cause
- the exception or error that caused this exception to be thrownpattern
- format specifierarguments
- format argumentspublic ConvergenceException(Throwable cause, Localizable 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 |