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:
- java.io.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
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.NumbergetMax()-
Methods inherited from class org.apache.commons.math3.exception.MathIllegalStateException
getContext, getLocalizedMessage, getMessage
-
-
-
-
Constructor Detail
-
MaxCountExceededException
public MaxCountExceededException(java.lang.Number max)
Construct the exception.- Parameters:
max- Maximum.
-
MaxCountExceededException
public MaxCountExceededException(Localizable specific, java.lang.Number max, java.lang.Object... args)
Construct the exception with a specific context.- Parameters:
specific- Specific context pattern.max- Maximum.args- Additional arguments.
-
-
DMelt 3.0 © DataMelt by jWork.ORG