public class MathIllegalStateException extends MathRuntimeException
Constructor and Description |
---|
MathIllegalStateException(Localizable pattern,
Object... args)
Simple constructor.
|
MathIllegalStateException(Throwable cause,
Localizable pattern,
Object... args)
Simple constructor.
|
createInternalError, createInternalError, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifier
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MathIllegalStateException(Localizable pattern, Object... args)
pattern
- Message pattern explaining the cause of the error.args
- Arguments.public MathIllegalStateException(Throwable cause, Localizable pattern, Object... args)
cause
- Root cause.pattern
- Message pattern explaining the cause of the error.args
- Arguments.Copyright © 2016-2021 CS GROUP. All rights reserved.