接口 BaseExceptionCode

所有已知实现类:
ExceptionCode

public interface BaseExceptionCode
异常编码
作者:
zuihou
  • 方法概要

    修饰符和类型
    方法
    说明
    int
    异常编码
    异常消息
  • 方法详细资料

    • getCode

      int getCode()
      异常编码
      返回:
      异常编码
    • getMsg

      String getMsg()
      异常消息
      返回:
      异常消息