MathIllegalStateException
@Deprecated public class MathInternalError extends MathIllegalStateException
Constructor and Description |
---|
MathInternalError()
Deprecated.
Simple constructor.
|
MathInternalError(Localizable pattern,
Object... args)
Deprecated.
Constructor accepting a localized message.
|
MathInternalError(Throwable cause)
Deprecated.
Simple constructor.
|
createInternalError, createInternalError, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifier
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–2020 Hipparchus.org. All rights reserved.