mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Clarify ServletException is thrown when no view is resolved (SPR-7339)
This commit is contained in:
+1
@@ -1031,6 +1031,7 @@ public class DispatcherServlet extends FrameworkServlet {
|
||||
* @param mv the ModelAndView to render
|
||||
* @param request current HTTP servlet request
|
||||
* @param response current HTTP servlet response
|
||||
* @throws ServletException if view is missing or cannot be resolved
|
||||
* @throws Exception if there's a problem rendering the view
|
||||
*/
|
||||
protected void render(ModelAndView mv, HttpServletRequest request, HttpServletResponse response) throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user