类分层结构
- java.lang.Object
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- top.tangyh.basic.exception.BaseCheckedException (implements top.tangyh.basic.exception.BaseException)
- top.tangyh.basic.exception.CommonException
- java.lang.RuntimeException
- top.tangyh.basic.exception.BaseUncheckedException (implements top.tangyh.basic.exception.BaseException)
- top.tangyh.basic.exception.ArgumentException
- top.tangyh.basic.exception.BizException
- top.tangyh.basic.exception.ForbiddenException
- top.tangyh.basic.exception.UnauthorizedException
- top.tangyh.basic.exception.BaseUncheckedException (implements top.tangyh.basic.exception.BaseException)
- top.tangyh.basic.exception.BaseCheckedException (implements top.tangyh.basic.exception.BaseException)
- java.lang.Exception
- java.lang.Throwable (implements java.io.Serializable)
接口分层结构
- top.tangyh.basic.exception.BaseException