接口 BaseException

所有已知实现类:
ArgumentException, BaseCheckedException, BaseUncheckedException, BizException, CommonException, ForbiddenException, UnauthorizedException

public interface BaseException
异常接口类
版本:
1.0
作者:
zuihou
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static final int
    统一参数验证异常码
  • 方法概要

    修饰符和类型
    方法
    说明
    int
    返回异常编码
    返回异常信息
  • 字段详细资料

    • BASE_VALID_PARAM

      static final int BASE_VALID_PARAM
      统一参数验证异常码
      另请参阅:
  • 方法详细资料

    • getMessage

      String getMessage()
      返回异常信息
      返回:
      异常信息
    • getCode

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