public class MaxCountExceededException extends MathIllegalStateException
Constructor and Description |
---|
MaxCountExceededException(Localizable specific,
Number max,
Object... args)
Construct the exception with a specific context.
|
MaxCountExceededException(Number max)
Construct the exception.
|
Modifier and Type | Method and Description |
---|---|
Number |
getMax() |
getContext, getLocalizedMessage, getMessage
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 © 2003–2016 The Apache Software Foundation. All rights reserved.