Package Summary  Overview Summary

class:ArithmeticException [NONE]

constructor:ArithmeticException() [NONE]

  • ArithmeticException

    public ArithmeticException()
    Constructs an ArithmeticException with no detail message.

constructor:ArithmeticException(java.lang.String) [NONE]

  • ArithmeticException

    public ArithmeticException(String s)
    Constructs an ArithmeticException with the specified detail message.
    Parameters:
    s - the detail message.