Generated by
JDiff

Class org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver

Documentation changed from old to new.

Changed from non-abstract to abstract.

Changed Methods
ModelAndView doResolveHandlerMethodException(HttpServletRequest, HttpServletResponse, HandlerMethod, Exception) Changed from non-abstract to abstract. Actually resolve the given exception that got thrown during on handler execution, returning a ModelAndView that represents a specific error page if appropriate.
boolean shouldApplyTo(HttpServletRequest, Object) Documentation changed from old to new.
Checks if the handler is a HandlerMethod and then delegates to the base class implementation of .shouldApplyTo(HttpServletRequest, Object) passing the bean of the {@code HandlerMethod}.