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

* MissingPathVariableException (Available since 4.2)
* NoHandlerFoundException (Available since 4.0)
This commit is contained in:
Kazuki Shimizu
2015-10-07 02:14:00 +09:00
committed by Rossen Stoyanchev
parent 1bf7249d59
commit 64790903e9

View File

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