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, getSpecifieraddSuppressed, 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.Copyright © 2016–2020 Hipparchus.org. All rights reserved.