public class MathIllegalStateException extends MathRuntimeException
| Constructor and Description |
|---|
MathIllegalStateException()
Default constructor.
|
MathIllegalStateException(Localizable pattern,
Object... args)
Simple constructor.
|
MathIllegalStateException(Throwable cause,
Localizable pattern,
Object... args)
Simple constructor.
|
getContext, getLocalizedMessage, getMessageaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.public MathIllegalStateException()
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.