Package tech.xmagic.exception.validation
Class ValidationRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tech.xmagic.exception.AbstractRuntimeException
tech.xmagic.exception.validation.ValidationRuntimeException
- All Implemented Interfaces:
Serializable
校验失败
直接抛出异常,由框架统一处理
- Since:
- 1.0.1
- Version:
- 1.0.1
- Author:
- xmagic
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValidationRuntimeException(String err, String tag) ValidationRuntimeException(ResultCode resultCode) ValidationRuntimeException(ResultCode resultCode, String err) ValidationRuntimeException(ResultCode resultCode, String err, String tag) -
Method Summary
Methods inherited from class tech.xmagic.exception.AbstractRuntimeException
getCode, getErr, getMsg, getTagMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationRuntimeException
-
ValidationRuntimeException
-
ValidationRuntimeException
public ValidationRuntimeException() -
ValidationRuntimeException
-
ValidationRuntimeException
-
ValidationRuntimeException
-