Class ValidationExceptionHandler
java.lang.Object
pl.matsuo.core.web.controller.exception.ValidationExceptionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>handleValidationException(org.springframework.web.bind.MethodArgumentNotValidException pe)
-
Constructor Details
-
ValidationExceptionHandler
public ValidationExceptionHandler()
-
-
Method Details
-
handleValidationException
@ExceptionHandler(org.springframework.web.bind.MethodArgumentNotValidException.class) public org.springframework.http.ResponseEntity<Object> handleValidationException(org.springframework.web.bind.MethodArgumentNotValidException pe)
-