提交 0a6b1167 编写于 作者: A Arjen Poutsma

Improved Javadoc

上级 d37e7878
...@@ -48,9 +48,9 @@ import org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMeth ...@@ -48,9 +48,9 @@ import org.springframework.web.servlet.mvc.multiaction.NoSuchRequestHandlingMeth
/** /**
* A convenient base for classes with {@link ExceptionHandler} methods providing * A convenient base for classes with {@link ExceptionHandler} methods providing
* infrastructure to handle standard Spring MVC exceptions. The functionality is * infrastructure to handle standard Spring MVC exceptions. The functionality is
* equivalent to that of the {@link DefaultHandlerExceptionResolver} except it * equivalent to that of the {@link org.springframework.web.servlet.mvc.support.DefaultHandlerExceptionResolver DefaultHandlerExceptionResolver}
* can be customized to write error content to the body of the response. If there * except it can be customized to write error content to the body of the response. If
* is no need to write error content, use {@code DefaultHandlerExceptionResolver} * there is no need to write error content, use {@code DefaultHandlerExceptionResolver}
* instead. * instead.
* *
* <p>It is expected the sub-classes will be annotated with * <p>It is expected the sub-classes will be annotated with
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册