正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -22,7 +22,7 @@ public class ExceptionUtil | @@ -22,7 +22,7 @@ public class ExceptionUtil | ||
| 22 | return str; | 22 | return str; |
| 23 | } | 23 | } |
| 24 | 24 | ||
| 25 | - public static String getRootErrorMseeage(Exception e) | 25 | + public static String getRootErrorMessage(Exception e) |
| 26 | { | 26 | { |
| 27 | Throwable root = ExceptionUtils.getRootCause(e); | 27 | Throwable root = ExceptionUtils.getRootCause(e); |
| 28 | root = (root == null ? e : root); | 28 | root = (root == null ? e : root); |
-
请 注册 或 登录 后发表评论