class X{ public void test() { try { } catch (Exception e) { throw new RuntimeException(e); } } }