try { //可能产生异常的代码 } catch (Exception e) { // TODO: handle exception //异常代码处理 } finally { //无论异常不异常都会执行的代码 }