1: package java.lang; 2: 3: public class ArithmeticException extends RuntimeException { 4: public ArithmeticException() { 5: } 6: 7: public ArithmeticException(String s) { 8: } 9: }