mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
将指定的异常与消息包装为运行时异常
This commit is contained in:
parent
c7c8bc525e
commit
d7b4836157
@ -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
|
||||
|
||||
/**
|
||||
* 获取当前栈信息
|
||||
|
Loading…
Reference in New Issue
Block a user