类 MathIllegalNumberException

所有已实现的接口:
Serializable, LocalizedException
直接已知子类:
DimensionMismatchException, NonMonotonicSequenceException, NotANumberException, NotFiniteNumberException, NumberIsTooLargeException, NumberIsTooSmallException, OutOfRangeException, ZeroException

@Deprecated public class MathIllegalNumberException extends MathIllegalArgumentException
已过时。
as of 1.0, this exception is replaced by MathIllegalArgumentException
数字错误引发的异常的基类。此类不应直接实例化:它应该作为创建由数字参数违反某些前提条件而引发的所有异常的基类。
另请参阅:
  • 字段详细资料

    • INTEGER_ZERO

      protected static final Integer INTEGER_ZERO
      已过时。
      避免装箱警告。@since 3.3
  • 构造器详细资料

    • MathIllegalNumberException

      protected MathIllegalNumberException(Localizable pattern, Number wrong, Object... arguments)
      已过时。
      构造异常。
      参数:
      pattern - 本地化模式。
      wrong - 错误数字。
      arguments - 参数。
  • 方法详细资料

    • getArgument

      public Number getArgument()
      已过时。
      获取参数。
      返回:
      参数