Generated by
JDiff

Class org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver

Documentation changed from old to new.

Added Methods
ModelAndView handleBindException(BindException, HttpServletRequest, HttpServletResponse, Object) Handle the case where an ModelAttribute @ModelAttribute method argument has binding or validation errors and is not followed by another method argument of type BindingResult.
void sendServerError(Exception, HttpServletRequest, HttpServletResponse) Invoked to send a server error.
 

Changed Methods
ModelAndView handleMethodArgumentNotValidException(MethodArgumentNotValidException, HttpServletRequest, HttpServletResponse, Object) Documentation changed from old to new.
Handle the case where an argument annotated with {@code @Valid} such as an RequestBody or RequestPart argument fails validation.
ModelAndView handleMissingServletRequestPartException(MissingServletRequestPartException, HttpServletRequest, HttpServletResponse, Object) Documentation changed from old to new.
Handle the case where an RequestPart @RequestPart, a MultipartFile, or a {@code javax.servlet.http.Part} argument is required but is missing.