org.apache.commons.math3.exception
Class MaxCountExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.apache.commons.math3.exception.MathIllegalStateException
org.apache.commons.math3.exception.MaxCountExceededException
- All Implemented Interfaces:
- Serializable, ExceptionContextProvider
- Direct Known Subclasses:
- TooManyEvaluationsException, TooManyIterationsException
public class MaxCountExceededException
- extends MathIllegalStateException
Exception to be thrown when some counter maximum value is exceeded.
- Since:
- 3.0
- Version:
- $Id: MaxCountExceededException.java 1364378 2012-07-22 17:42:38Z tn $
- See Also:
- Serialized Form
MaxCountExceededException
public MaxCountExceededException(Number max)
- Construct the exception.
- Parameters:
max
- Maximum.
MaxCountExceededException
public MaxCountExceededException(Localizable specific,
Number max,
Object... args)
- Construct the exception with a specific context.
- Parameters:
specific
- Specific context pattern.max
- Maximum.args
- Additional arguments.
getMax
public Number getMax()
- Returns:
- the maximum number of evaluations.
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.