Package top.tangyh.basic.exception
Class ArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
top.tangyh.basic.exception.BaseUncheckedException
top.tangyh.basic.exception.ArgumentException
- All Implemented Interfaces:
Serializable,BaseException
业务参数异常
用于在业务中,检测到非法参数时,进行抛出的异常。
- Version:
- 3.5.0
- Author:
- zuihou
- See Also:
-
Field Summary
Fields inherited from interface top.tangyh.basic.exception.BaseException
BASE_VALID_PARAM -
Constructor Summary
ConstructorsConstructorDescriptionArgumentException(String message) ArgumentException(String format, Object... args) ArgumentException(String message, Throwable cause) ArgumentException(Throwable cause) -
Method Summary
Methods inherited from class top.tangyh.basic.exception.BaseUncheckedException
getCode, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace