Uses of Interface
top.tangyh.basic.exception.code.BaseExceptionCode
Packages that use BaseExceptionCode
Package
Description
-
Uses of BaseExceptionCode in top.tangyh.basic.base
Methods in top.tangyh.basic.base with parameters of type BaseExceptionCodeModifier and TypeMethodDescriptionstatic <E> R<E>R.fail(BaseExceptionCode exceptionCode) static <E> R<E>R.validFail(BaseExceptionCode exceptionCode) -
Uses of BaseExceptionCode in top.tangyh.basic.exception
Methods in top.tangyh.basic.exception with parameters of type BaseExceptionCodeModifier and TypeMethodDescriptionstatic BizExceptionBizException.wrap(BaseExceptionCode ex) static BizExceptionBizException.wrap(BaseExceptionCode ex, Throwable cause) static ForbiddenExceptionForbiddenException.wrap(BaseExceptionCode ex) -
Uses of BaseExceptionCode in top.tangyh.basic.exception.code
Classes in top.tangyh.basic.exception.code that implement BaseExceptionCode