diff --git a/src/asciidoc/web-mvc.adoc b/src/asciidoc/web-mvc.adoc index fa99a13d52..6e914fdb26 100644 --- a/src/asciidoc/web-mvc.adoc +++ b/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