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:
committed by
Rossen Stoyanchev
parent
1bf7249d59
commit
64790903e9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user