1: class A {
2: void m1() {throw new ArithmeticException();}
3: void m2() {throw new ClassCastException();}
4: void m3() {throw new IllegalArgumentException();}
5: void m4() {throw new IndexOutOfBoundsException();}
6: void m5() {throw new NullPointerException();}
7: void m6() {throw new SecurityException();}
8: }
Ввійдіть щоб вподобати
Ввійдіть щоб прокоментувати