类 MathArithmeticException

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

@Deprecated public class MathArithmeticException extends MathRuntimeException
已过时。
as of 1.0, replaced with MathRuntimeException
算术异常的基类。用于所有具有标准ArithmeticException语义的异常,但必须还提供本地化消息。
另请参阅:
  • 构造器详细资料

    • MathArithmeticException

      public MathArithmeticException()
      已过时。
      默认构造函数。
    • MathArithmeticException

      public MathArithmeticException(Localizable pattern, Object... args)
      已过时。
      具有特定消息的构造函数。
      参数:
      pattern - 提供错误特定上下文的消息模式。
      args - 参数。