类 CommonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
top.tangyh.basic.exception.BaseCheckedException
top.tangyh.basic.exception.CommonException
- 所有已实现的接口:
Serializable,BaseException
非业务异常
用于在处理非业务逻辑时,进行抛出的异常。
-
字段概要
从接口继承的字段 top.tangyh.basic.exception.BaseException
BASE_VALID_PARAM -
构造器概要
构造器构造器说明CommonException(int code, String message) CommonException(int code, String format, Object... args) -
方法概要
从类继承的方法 top.tangyh.basic.exception.BaseCheckedException
getCode, getMessage