Add description for two exceptions which handled by DefaultHandlerExceptionResolver in reference document

* MissingPathVariableException (Available since 4.2)
* NoHandlerFoundException (Available since 4.0)
master
Kazuki Shimizu 9 years ago committed by Rossen Stoyanchev
parent 1bf7249d59
commit 64790903e9
  1. 6
      src/asciidoc/web-mvc.adoc

@ -3775,6 +3775,12 @@ corresponding status codes:
| `TypeMismatchException`
| 400 (Bad Request)
| `MissingPathVariableException`
| 500 (Internal Server Error)
| `NoHandlerFoundException`
| 404 (Not Found)
|===
The `DefaultHandlerExceptionResolver` works transparently by setting the status of the

Loading…
Cancel
Save