Interface BaseExceptionCode

All Known Implementing Classes:
ExceptionCode

public interface BaseExceptionCode
异常编码
Author:
zuihou
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    异常编码
    异常消息
  • Method Details

    • getCode

      int getCode()
      异常编码
      Returns:
      异常编码
    • getMsg

      String getMsg()
      异常消息
      Returns:
      异常消息