public class ArithmeticException extends RuntimeException { // Public Constructors public ArithmeticException( ); public ArithmeticException(String s); }