public void test(){ result = Db.tx(new IAtom() { public boolean run() throws SQLException { throw new Exception("如何才能捕捉到我???"); } } }
一个是 run 方法中 return false,另一个是抛出异常