接口的使用
top.tangyh.basic.exception.code.BaseExceptionCode
使用BaseExceptionCode的程序包
-
top.tangyh.basic.base中BaseExceptionCode的使用
参数类型为BaseExceptionCode的top.tangyh.basic.base中的方法修饰符和类型方法说明static <E> R<E>R.fail(BaseExceptionCode exceptionCode) static <E> R<E>R.validFail(BaseExceptionCode exceptionCode) -
top.tangyh.basic.exception中BaseExceptionCode的使用
修饰符和类型方法说明static BizExceptionBizException.wrap(BaseExceptionCode ex) static BizExceptionBizException.wrap(BaseExceptionCode ex, Throwable cause) static ForbiddenExceptionForbiddenException.wrap(BaseExceptionCode ex) -
top.tangyh.basic.exception.code中BaseExceptionCode的使用