class A{ void foo(){ try { f(); } catch (Exception e) { throw new RuntimeException(e); } } }