Class 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
See Also:
  • Constructor Details

    • 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.
  • Method Details

    • getMax

      public Number getMax()
      Returns:
      the maximum number of evaluations.