public class MaxCountExceededException extends MathIllegalStateException
Modifier and Type | Field and Description |
---|---|
private java.lang.Number |
max
Maximum number of evaluations.
|
private static long |
serialVersionUID
Serializable version Id.
|
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
private static final long serialVersionUID
private final java.lang.Number max
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.Copyright (c) 2003-2014 Apache Software Foundation