Improved Javadoc

master
Arjen Poutsma 12 years ago
parent d37e7878e6
commit 0a6b1167a7
  1. 6
      spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/ExceptionHandlerSupport.java

@ -48,9 +48,9 @@ import org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMeth
/**
* A convenient base for classes with {@link ExceptionHandler} methods providing
* infrastructure to handle standard Spring MVC exceptions. The functionality is
* equivalent to that of the {@link DefaultHandlerExceptionResolver} except it
* can be customized to write error content to the body of the response. If there
* is no need to write error content, use {@code DefaultHandlerExceptionResolver}
* equivalent to that of the {@link org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver DefaultHandlerExceptionResolver}
* except it can be customized to write error content to the body of the response. If
* there is no need to write error content, use {@code DefaultHandlerExceptionResolver}
* instead.
*
* <p>It is expected the sub-classes will be annotated with

Loading…
Cancel
Save