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 public class MathUnsupportedOperationException extends MathRuntimeException
Deprecated.as of 1.0, replaced withMathRuntimeException
Base class for all unsupported features. It is used for all the exceptions that have the semantics of the standardUnsupportedOperationException
, but must also provide a localized message.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MathUnsupportedOperationException()
Deprecated.Default constructor.MathUnsupportedOperationException(Localizable pattern, Object... args)
Deprecated.
-
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
-
MathUnsupportedOperationException
public MathUnsupportedOperationException()
Deprecated.Default constructor.
-
MathUnsupportedOperationException
public MathUnsupportedOperationException(Localizable pattern, Object... args)
Deprecated.- Parameters:
pattern
- Message pattern providing the specific context of the error.args
- Arguments.
-
-