Package Summary  Overview Summary

class:ArithmeticException [NONE]

constructor:<init>() [NONE]

  • ArithmeticException

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

constructor:<init>(java.lang.String) [NONE]

  • ArithmeticException

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

© 2018 Oracle Corporation and/or its affiliates