class A { { int result; try { result = 0; } catch (Error e) { throw e; } } }