ArithmeticExceptionNameArithmeticExceptionSynopsis
DescriptionAn ArithmeticException is thrown to indicate an exceptional arithmetic condition, such as integer division by zero. Class Summary
public class java.lang.ArithmeticException
extends java.lang.RuntimeException {
// Constructors
public ArithmeticException();
public ArithmeticException(String s);
}
ConstructorsArithmeticExceptionpublic ArithmeticException()
public ArithmeticException(String s)
Inherited Methods
See AlsoException, RuntimeException, Throwable |
|