Serializable, LocalizedExceptionCardanEulerSingularityException, ConvergenceException, MathInternalError, MathParseException, MaxCountExceededException, NoFeasibleSolutionException, UnboundedSolutionExceptionpublic class MathIllegalStateException extends MathRuntimeException
| Constructor | Description |
|---|---|
MathIllegalStateException(Throwable cause,
Localizable pattern,
Object... args) |
Simple constructor.
|
MathIllegalStateException(Localizable pattern,
Object... args) |
Simple constructor.
|
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 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–2018 Hipparchus.org. All rights reserved.