Package top.tangyh.basic.exception.code
Interface BaseExceptionCode
- All Known Implementing Classes:
ExceptionCode
public interface BaseExceptionCode
异常编码
- Author:
- zuihou
-
Method Summary
-
Method Details
-
getCode
int getCode()异常编码- Returns:
- 异常编码
-
getMsg
String getMsg()异常消息- Returns:
- 异常消息
-