Serializable, LocalizedExceptionMathIllegalStateException@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, getSpecifierclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.