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