JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description |
Related Packages
|
Classes and Interfaces
SEARCH:
Package top.tangyh.basic.exception
package
top.tangyh.basic.exception
Related Packages
Package
Description
top.tangyh.basic.exception.code
All Classes and Interfaces
Interfaces
Exceptions
Class
Description
ArgumentException
业务参数异常 用于在业务中,检测到非法参数时,进行抛出的异常。
BaseCheckedException
运行期异常基类
BaseException
异常接口类
BaseUncheckedException
非运行期异常基类,所有自定义非运行时异常继承该类
BizException
业务异常 用于在处理业务逻辑时,进行抛出的异常。
CommonException
非业务异常 用于在处理非业务逻辑时,进行抛出的异常。
ForbiddenException
403 禁止访问
UnauthorizedException
401 未认证 未登录