Class MathInternalError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hipparchus.exception.MathRuntimeException
org.hipparchus.exception.MathIllegalStateException
org.hipparchus.migration.exception.MathInternalError
- All Implemented Interfaces:
Serializable
,LocalizedException
Deprecated.
Exception triggered when something that shouldn't happen does happen.
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated.Simple constructor.MathInternalError
(Throwable cause) Deprecated.Simple constructor.MathInternalError
(Localizable pattern, Object... args) Deprecated.Constructor accepting a localized message. -
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
-
MathInternalError
public MathInternalError()Deprecated.Simple constructor. -
MathInternalError
Deprecated.Simple constructor.- Parameters:
cause
- root cause
-
MathInternalError
Deprecated.Constructor accepting a localized message.- Parameters:
pattern
- Message pattern explaining the cause of the error.args
- Arguments.
-
MathIllegalStateException