将指定的异常与消息包装为运行时异常

This commit is contained in:
Looly 2025-03-18 19:14:42 +08:00
parent c7c8bc525e
commit d7b4836157

View File

@ -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
/**
* 获取当前栈信息