Package java.lang

Class ArithmeticException

    • Constructor Detail

      • ArithmeticException

        public ArithmeticException()
        Constructs a new ArithmeticException that includes the current stack trace.
      • ArithmeticException

        public ArithmeticException​(String detailMessage)
        Constructs a new ArithmeticException with the current stack trace and the specified detail message.
        Parameters:
        detailMessage - the detail message for this exception.