Uses of Class
org.springframework.web.servlet.NoHandlerFoundException
Packages that use NoHandlerFoundException Package Description org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.org.springframework.web.servlet.mvc.support Support package for MVC controllers.Uses of NoHandlerFoundException in org.springframework.web.servlet.mvc.method.annotation
Methods in org.springframework.web.servlet.mvc.method.annotation with parameters of type NoHandlerFoundException Modifier and Type Method Description protected ResponseEntity<Object>ResponseEntityExceptionHandler. handleNoHandlerFoundException(NoHandlerFoundException ex, HttpHeaders headers, HttpStatus status, WebRequest request)Customize the response for NoHandlerFoundException.Uses of NoHandlerFoundException in org.springframework.web.servlet.mvc.support
Methods in org.springframework.web.servlet.mvc.support with parameters of type NoHandlerFoundException Modifier and Type Method Description protected ModelAndViewDefaultHandlerExceptionResolver. handleNoHandlerFoundException(NoHandlerFoundException ex, HttpServletRequest request, HttpServletResponse response, Object handler)Handle the case where no handler was found during the dispatch.