class JavaClassWithCheckedExceptions_1 { public JavaClassWithCheckedExceptions_1() throws NullPointerException {} public void bar() throws E1 {} public void baz(int x) throws IllegalStateException {} public void foo() throws E2 {} }