摘要: * 必须捕获与非必须捕获异常。 用RuntimeException 抛出提示 ```java try { // todo } catch (Exception e) { String message = String.format("record=%s,keys=%s",checkPoints, a 阅读全文
posted @ 2021-08-13 12:08 bregman 阅读(27) 评论(0) 推荐(0)