Packages This Package Prev Next Index
public class java.lang.ArithmeticException extends java.lang.RuntimeException (I-§1.42) { // Constructors public ArithmeticException(); §1.24.1 public ArithmeticException(String s); §1.24.2 }Thrown when an exceptional arithmetic condition has occurred. For example, an integer "divide by zero" throws an instance of this class.
public ArithmeticException()
public ArithmeticException(String s)
s
-
the detail message
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)