Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.elitesland.ystdms.sys.exception.BaseException
com.elitesland.ystdms.sys.exception.ValidationException
- All Implemented Interfaces:
Serializable
验证异常类
用于处理参数验证失败的情况
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValidationException(String message) ValidationException(String message, Throwable cause) -
Method Summary
Methods inherited from class com.elitesland.ystdms.sys.exception.BaseException
getCode, getErrorMsgMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationException
-
ValidationException
-