Enum Class的使用
top.yqingyu.common.exception.QyExceptionEnum
使用QyExceptionEnum的程序包
-
top.yqingyu.common.exception中QyExceptionEnum的使用
修饰符和类型方法说明QyExceptionEnum.setResultCode(String resultCode) QyExceptionEnum.setResultMsg(String resultMsg) static QyExceptionEnumReturns the enum constant of this class with the specified name.static QyExceptionEnum[]QyExceptionEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
top.yqingyu.common.response中QyExceptionEnum的使用