Serializable, LocalizedExceptionTooManyEvaluationsException, TooManyIterationsExceptionMathIllegalStateException@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, getSpecifierclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.