Serializable
, LocalizedException
TooManyEvaluationsException
, TooManyIterationsException
MathIllegalStateException
@Deprecated public class MaxCountExceededException extends MathIllegalStateException
Constructor | Description |
---|---|
MaxCountExceededException(Number max) |
Deprecated.
Construct the exception.
|
MaxCountExceededException(Localizable specific,
Number max,
Object... args) |
Deprecated.
Construct the exception with a specific context.
|
Modifier and Type | Method | Description |
---|---|---|
Number |
getMax() |
Deprecated.
|
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 MaxCountExceededException(Number max)
max
- Maximum.public MaxCountExceededException(Localizable specific, Number max, Object... args)
specific
- Specific context pattern.max
- Maximum.args
- Additional arguments.public Number getMax()
Copyright © 2016–2018 Hipparchus.org. All rights reserved.