接口 IException<T>

所有已知实现类:
BaseException

public interface IException<T>
  • 方法详细资料

    • getCode

      Integer getCode()
    • getMsg

      String getMsg()
    • getData

      T getData()