新增 BaseRuntimeException 作为基础运行时异常,原 BaseException 作为基础检查型异常。

This commit is contained in:
2023-10-18 10:54:12 +08:00
parent eba31a93f3
commit 94d34faffd
3 changed files with 82 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ import java.util.Objects;
* @author <a href="https://gitee.com/zhouxy108">ZhouXY</a>
*/
public abstract class BaseException
extends RuntimeException
extends Exception
implements IWithCode<String> {
private static final long serialVersionUID = -2546365325001947203L;