类 TooManyIterationsException

所有已实现的接口:
Serializable, LocalizedException

@Deprecated public class TooManyIterationsException extends MaxCountExceededException
已过时。
as of 1.0, this exception is replaced by MathIllegalArgumentException
当超过最大迭代次数时抛出的异常。
另请参阅:
  • 构造器详细资料

    • TooManyIterationsException

      public TooManyIterationsException(Number max)
      已过时。
      构造异常。
      参数:
      max - 最大评估次数。