Class ConvergenceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hipparchus.exception.MathRuntimeException
-
- org.hipparchus.exception.MathIllegalStateException
-
- org.hipparchus.migration.exception.ConvergenceException
-
- All Implemented Interfaces:
Serializable
,LocalizedException
@Deprecated public class ConvergenceException extends MathIllegalStateException
Deprecated.as of 1.0, this exception is replaced byMathIllegalStateException
Error thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConvergenceException()
Deprecated.Construct the exception.ConvergenceException(Localizable pattern, Object... args)
Deprecated.Construct the exception with a specific context and arguments.
-
Method Summary
-
Methods inherited from class org.hipparchus.exception.MathRuntimeException
createInternalError, createInternalError, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifier
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConvergenceException
public ConvergenceException()
Deprecated.Construct the exception.
-
ConvergenceException
public ConvergenceException(Localizable pattern, Object... args)
Deprecated.Construct the exception with a specific context and arguments.- Parameters:
pattern
- Message pattern providing the specific context of the error.args
- Arguments.
-
-