public class Foo { void m() { try { doAct() } catch (Exception e) { e.printStackTrace(); } int i=0; } void doAct() {} }