Serializable
, LocalizedException
MathRuntimeException
@Deprecated public class MathUnsupportedOperationException extends MathRuntimeException
UnsupportedOperationException
, but must also provide a localized
message.Constructor | Description |
---|---|
MathUnsupportedOperationException() |
Deprecated.
Default constructor.
|
MathUnsupportedOperationException(Localizable pattern,
Object... args) |
Deprecated.
|
createInternalError, createInternalError, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifier
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MathUnsupportedOperationException()
public MathUnsupportedOperationException(Localizable pattern, Object... args)
pattern
- Message pattern providing the specific context of
the error.args
- Arguments.Copyright © 2016–2018 Hipparchus.org. All rights reserved.