类 MaxCountExceededException

所有已实现的接口:
Serializable, LocalizedException
直接已知子类:
TooManyEvaluationsException, TooManyIterationsException

@Deprecated public class MaxCountExceededException extends MathIllegalStateException
已过时。
as of 1.0, this exception is replaced by MathIllegalStateException
当某个计数器的最大值被超过时抛出的异常。
另请参阅:
  • 构造器详细资料

    • MaxCountExceededException

      public MaxCountExceededException(Number max)
      已过时。
      构造异常。
      参数:
      max - 最大值。
    • MaxCountExceededException

      public MaxCountExceededException(Localizable specific, Number max, Object... args)
      已过时。
      使用特定上下文构造异常。
      参数:
      specific - 特定上下文模式。
      max - 最大值。
      args - 附加参数。
  • 方法详细资料

    • getMax

      public Number getMax()
      已过时。
      获取最大评估次数。
      返回:
      评估次数的最大值