Package top.tangyh.basic.exception
Class CommonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
top.tangyh.basic.exception.BaseCheckedException
top.tangyh.basic.exception.CommonException
- All Implemented Interfaces:
Serializable,BaseException
非业务异常
用于在处理非业务逻辑时,进行抛出的异常。
- Version:
- 1.0
- Author:
- zuihou
- See Also:
-
Field Summary
Fields inherited from interface top.tangyh.basic.exception.BaseException
BASE_VALID_PARAM -
Constructor Summary
ConstructorsConstructorDescriptionCommonException(int code, String message) CommonException(int code, String format, Object... args) -
Method Summary
Methods inherited from class top.tangyh.basic.exception.BaseCheckedException
getCode, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace