You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ExceptionHandlerSupport.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -48,9 +48,9 @@
48
48
/**
49
49
* A convenient base for classes with {@link ExceptionHandler} methods providing
50
50
* infrastructure to handle standard Spring MVC exceptions. The functionality is
51
-
* equivalent to that of the {@link DefaultHandlerExceptionResolver} except it
52
-
* can be customized to write error content to the body of the response. If there
53
-
* is no need to write error content, use {@code DefaultHandlerExceptionResolver}
51
+
* equivalent to that of the {@link org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver DefaultHandlerExceptionResolver}
52
+
* except it can be customized to write error content to the body of the response. If
53
+
* there is no need to write error content, use {@code DefaultHandlerExceptionResolver}
54
54
* instead.
55
55
*
56
56
* <p>It is expected the sub-classes will be annotated with
0 commit comments