mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
将指定的异常与消息包装为运行时异常
This commit is contained in:
@@ -63,6 +63,7 @@ public class ExceptionUtil {
|
||||
return (null == e) ? StrUtil.NULL : e.getMessage();
|
||||
}
|
||||
|
||||
// region ----- wrap and unwrap
|
||||
/**
|
||||
* 使用运行时异常包装编译异常<br>
|
||||
* <p>
|
||||
@@ -176,6 +177,7 @@ public class ExceptionUtil {
|
||||
}
|
||||
}
|
||||
}
|
||||
// endregion
|
||||
|
||||
/**
|
||||
* 获取当前栈信息
|
||||
|
Reference in New Issue
Block a user