Class MathUnsupportedOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hipparchus.exception.MathRuntimeException
org.hipparchus.migration.exception.MathUnsupportedOperationException
- All Implemented Interfaces:
Serializable
,LocalizedException
Deprecated.
Base class for all unsupported features.
It is used for all the exceptions that have the semantics of the standard
UnsupportedOperationException
, but must also provide a localized
message.- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated.Default constructor.MathUnsupportedOperationException
(Localizable pattern, Object... args) Deprecated.Simple constructor. -
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
-
MathUnsupportedOperationException
public MathUnsupportedOperationException()Deprecated.Default constructor. -
MathUnsupportedOperationException
Deprecated.Simple constructor.- Parameters:
pattern
- Message pattern providing the specific context of the error.args
- Arguments.
-
MathRuntimeException