Skip to content

Commit e9f48a4

Browse files
committed
Removed duplicate NoHandlerFoundException entry
Issue: SPR-14598
1 parent de91b1a commit e9f48a4

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/asciidoc/web-mvc.adoc

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3807,7 +3807,8 @@ config). Listed below are some of the exceptions handled by this resolver and th
38073807
corresponding status codes:
38083808

38093809
|===
3810-
| Exception| HTTP Status Code
3810+
| Exception
3811+
| HTTP Status Code
38113812

38123813
| `BindException`
38133814
| 400 (Bad Request)
@@ -3833,6 +3834,9 @@ corresponding status codes:
38333834
| `MethodArgumentNotValidException`
38343835
| 400 (Bad Request)
38353836

3837+
| `MissingPathVariableException`
3838+
| 500 (Internal Server Error)
3839+
38363840
| `MissingServletRequestParameterException`
38373841
| 400 (Bad Request)
38383842

@@ -3847,12 +3851,6 @@ corresponding status codes:
38473851

38483852
| `TypeMismatchException`
38493853
| 400 (Bad Request)
3850-
3851-
| `MissingPathVariableException`
3852-
| 500 (Internal Server Error)
3853-
3854-
| `NoHandlerFoundException`
3855-
| 404 (Not Found)
38563854
|===
38573855

38583856
The `DefaultHandlerExceptionResolver` works transparently by setting the status of the

0 commit comments

Comments
 (0)