类 ValidateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.luna.common.exception.BaseException
com.luna.common.regex.ValidateException
- 所有已实现的接口:
Serializable
验证异常
- 作者:
- xiaoleilu
- 另请参阅:
-
字段概要
从类继承的字段 com.luna.common.exception.BaseException
MISSING, PARAMETER_ERROR, PARAMETER_OVERFLOW, REPEAT_OPERATION, SYSTEM_ERROR, UN_SUPPORT_ENCRYPT_TYPE, UNKNOWN -
构造器概要
构造器构造器说明ValidateException(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) -
方法概要
从类继承的方法 com.luna.common.exception.BaseException
getCode, getMessage, isBaseException
-
构造器详细资料
-
ValidateException
public ValidateException() -
ValidateException
-
ValidateException
-
ValidateException
-
ValidateException
-
ValidateException
-
ValidateException
-
ValidateException
-