public class MethodArgumentNotValidException extends AbstractMethodArgumentResolutionException
@Valid style validation, or perhaps because it is required.| Constructor and Description |
|---|
MethodArgumentNotValidException(Message<?> message,
MethodParameter parameter)
Create a new instance with the invalid
MethodParameter. |
MethodArgumentNotValidException(Message<?> message,
MethodParameter parameter,
BindingResult bindingResult)
Create a new instance with the invalid
MethodParameter and a
BindingResult. |
| Modifier and Type | Method and Description |
|---|---|
BindingResult |
getBindingResult()
Return the BindingResult if the failure is validation-related or
null. |
getMethodParameter, getMethodParamMessagegetFailedMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MethodArgumentNotValidException(Message<?> message, MethodParameter parameter)
MethodParameter.public MethodArgumentNotValidException(Message<?> message, MethodParameter parameter, BindingResult bindingResult)
MethodParameter and a
BindingResult.public BindingResult getBindingResult()
null.