package test; public class Test { public void op(int a, boolean b) throws NullPointerException, IllegalStateException { } }