A
RuntimeException that signals an exceptional
arithmetic condition, such as integer division by zero.
public class ArithmeticException extends RuntimeException {
// Public Constructors
public ArithmeticException( );
public ArithmeticException(String s);
}