Serializable
, LocalizedException
MathIllegalStateException
@Deprecated public class MathInternalError extends MathIllegalStateException
Constructor | Description |
---|---|
MathInternalError() |
Deprecated.
Simple constructor.
|
MathInternalError(Throwable cause) |
Deprecated.
Simple constructor.
|
MathInternalError(Localizable pattern,
Object... args) |
Deprecated.
Constructor accepting a localized message.
|
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 MathInternalError()
public MathInternalError(Throwable cause)
cause
- root causepublic MathInternalError(Localizable pattern, Object... args)
pattern
- Message pattern explaining the cause of the error.args
- Arguments.Copyright © 2016–2018 Hipparchus.org. All rights reserved.