Clarify ServletException is thrown when no view is resolved (SPR-7339)

This commit is contained in:
Chris Beams
2010-08-07 13:57:07 +00:00
parent 3a9fc70f91
commit 91172f4f43
2 changed files with 4 additions and 3 deletions

View File

@@ -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 {