Class MethodArgumentNotValidException

All Implemented Interfaces:
Serializable, BindingResult, Errors, ErrorResponse

public class MethodArgumentNotValidException extends BindException implements ErrorResponse
BindException to be thrown when validation on an argument annotated with @Valid fails.
Since:
3.1
Author:
Rossen Stoyanchev, Juergen Hoeller, Sebastien Deleuze
See Also: