File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -3807,7 +3807,8 @@ config). Listed below are some of the exceptions handled by this resolver and th
3807
3807
corresponding status codes:
3808
3808
3809
3809
|===
3810
- | Exception| HTTP Status Code
3810
+ | Exception
3811
+ | HTTP Status Code
3811
3812
3812
3813
| `BindException`
3813
3814
| 400 (Bad Request)
@@ -3833,6 +3834,9 @@ corresponding status codes:
3833
3834
| `MethodArgumentNotValidException`
3834
3835
| 400 (Bad Request)
3835
3836
3837
+ | `MissingPathVariableException`
3838
+ | 500 (Internal Server Error)
3839
+
3836
3840
| `MissingServletRequestParameterException`
3837
3841
| 400 (Bad Request)
3838
3842
@@ -3847,12 +3851,6 @@ corresponding status codes:
3847
3851
3848
3852
| `TypeMismatchException`
3849
3853
| 400 (Bad Request)
3850
-
3851
- | `MissingPathVariableException`
3852
- | 500 (Internal Server Error)
3853
-
3854
- | `NoHandlerFoundException`
3855
- | 404 (Not Found)
3856
3854
|===
3857
3855
3858
3856
The `DefaultHandlerExceptionResolver` works transparently by setting the status of the
You can’t perform that action at this time.
0 commit comments