Class MaxCountExceededException

All Implemented Interfaces:
Serializable, LocalizedException
Direct Known Subclasses:
TooManyEvaluationsException, TooManyIterationsException

@Deprecated public class MaxCountExceededException extends MathIllegalStateException
Deprecated.
as of 1.0, this exception is replaced by MathIllegalStateException
Exception to be thrown when some counter maximum value is exceeded.
See Also:
  • Constructor Details

    • MaxCountExceededException

      public MaxCountExceededException(Number max)
      Deprecated.
      Construct the exception.
      Parameters:
      max - Maximum.
    • MaxCountExceededException

      public MaxCountExceededException(Localizable specific, Number max, Object... args)
      Deprecated.
      Construct the exception with a specific context.
      Parameters:
      specific - Specific context pattern.
      max - Maximum.
      args - Additional arguments.
  • Method Details

    • getMax

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