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.
Error thrown when a numerical computation can not be performed because the
numerical result failed to converge to a finite value.
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated.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 Details
-
ConvergenceException
public ConvergenceException()Deprecated.Construct the exception. -
ConvergenceException
Deprecated.Construct the exception with a specific context and arguments.- Parameters:
pattern
- Message pattern providing the specific context of the error.args
- Arguments.
-
MathIllegalStateException