MathIllegalStateException
@Deprecated public class MaxCountExceededException extends MathIllegalStateException
Constructor and Description |
---|
MaxCountExceededException(Localizable specific,
Number max,
Object... args)
Deprecated.
Construct the exception with a specific context.
|
MaxCountExceededException(Number max)
Deprecated.
Construct the exception.
|
Modifier and Type | Method and Description |
---|---|
Number |
getMax()
Deprecated.
|
createInternalError, createInternalError, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifier
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–2020 Hipparchus.org. All rights reserved.