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 public class MathInternalError extends MathIllegalStateException
Deprecated.as of 1.0, this exception is replaced byMathIllegalStateException
Exception triggered when something that shouldn't happen does happen.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MathInternalError()
Deprecated.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 Detail
-
MathInternalError
public MathInternalError()
Deprecated.Simple constructor.
-
MathInternalError
public MathInternalError(Throwable cause)
Deprecated.Simple constructor.- Parameters:
cause
- root cause
-
MathInternalError
public MathInternalError(Localizable pattern, Object... args)
Deprecated.Constructor accepting a localized message.- Parameters:
pattern
- Message pattern explaining the cause of the error.args
- Arguments.
-
-