Package com.luna.common.regex
Class ValidateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.luna.common.exception.BaseException
com.luna.common.regex.ValidateException
- All Implemented Interfaces:
Serializable
验证异常
- Author:
- xiaoleilu
- See Also:
-
Field Summary
Fields inherited from class com.luna.common.exception.BaseException
MISSING, PARAMETER_ERROR, PARAMETER_OVERFLOW, REPEAT_OPERATION, SYSTEM_ERROR, UN_SUPPORT_ENCRYPT_TYPE, UNKNOWN -
Constructor Summary
ConstructorsConstructorDescriptionValidateException(int status, String msg) ValidateException(int status, String msg, Throwable throwable) ValidateException(int status, Throwable throwable) ValidateException(String msg) ValidateException(String messageTemplate, Object... params) ValidateException(String msg, Throwable throwable) ValidateException(Throwable throwable) -
Method Summary
Methods inherited from class com.luna.common.exception.BaseException
getCode, getMessage, isBaseExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidateException
public ValidateException() -
ValidateException
-
ValidateException
-
ValidateException
-
ValidateException
-
ValidateException
-
ValidateException
-
ValidateException
-