Uses of Enum Class
top.tangyh.basic.exception.code.ExceptionCode
Packages that use ExceptionCode
-
Uses of ExceptionCode in top.tangyh.basic.exception
Methods in top.tangyh.basic.exception with parameters of type ExceptionCodeModifier and TypeMethodDescriptionstatic UnauthorizedExceptionUnauthorizedException.wrap(ExceptionCode ec) -
Uses of ExceptionCode in top.tangyh.basic.exception.code
Methods in top.tangyh.basic.exception.code that return ExceptionCodeModifier and TypeMethodDescriptionstatic ExceptionCodeReturns the enum constant of this class with the specified name.static ExceptionCode[]ExceptionCode.values()Returns an array containing the constants of this enum class, in the order they are declared.