Java org.springframework.messaging.handler.annotation.support MethodArgumentNotValidException fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.messaging.handler.annotation.support MethodArgumentNotValidException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.messaging.handler.annotation.support MethodArgumentNotValidException.

The text is from its open source code.

Constructor

MethodArgumentNotValidException(Message message, MethodParameter parameter, BindingResult bindingResult)
Create a new instance with the invalid MethodParameter and a org.springframework.validation.BindingResult .
MethodArgumentNotValidException(Message message, MethodParameter parameter)
Create a new instance with the invalid MethodParameter .