1: package test; 2: 3: public class Test { 4: 5: public void op(int a, boolean b) throws NullPointerException, 6: IllegalStateException { 7: } 8: }