Serializable
, LocalizedException
CardanEulerSingularityException
, ConvergenceException
, MathInternalError
, MathParseException
, MaxCountExceededException
, NoFeasibleSolutionException
, UnboundedSolutionException
public 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, getSpecifier
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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–2018 Hipparchus.org. All rights reserved.