类 NotFiniteNumberException

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

@Deprecated public class NotFiniteNumberException extends MathIllegalNumberException
已过时。
as of 1.0, this exception is replaced by MathIllegalArgumentException
抛出一个数字不是有限的异常。
另请参阅:
  • 构造器详细资料

    • NotFiniteNumberException

      public NotFiniteNumberException(Number wrong, Object... args)
      已过时。
      构造异常。
      参数:
      wrong - 无限或NaN的值。
      args - 可选参数。
    • NotFiniteNumberException

      public NotFiniteNumberException(Localizable specific, Number wrong, Object... args)
      已过时。
      使用特定上下文构造异常。
      参数:
      specific - 特定上下文模式。
      wrong - 无限或NaN的值。
      args - 可选参数。