public class MaxCountExceededException extends MathIllegalStateException
Constructor and Description |
---|
MaxCountExceededException(Localizable specific,
java.lang.Number max,
java.lang.Object... args)
Construct the exception with a specific context.
|
MaxCountExceededException(java.lang.Number max)
Construct the exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Number |
getMax() |
getContext, getLocalizedMessage, getMessage
public MaxCountExceededException(java.lang.Number max)
max
- Maximum.public MaxCountExceededException(Localizable specific, java.lang.Number max, java.lang.Object... args)
specific
- Specific context pattern.max
- Maximum.args
- Additional arguments.