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 @@ -3991,7 +3991,8 @@ config). Listed below are some of the exceptions handled by this resolver and th
3991
3991
corresponding status codes:
3992
3992
3993
3993
|===
3994
- | Exception| HTTP Status Code
3994
+ | Exception
3995
+ | HTTP Status Code
3995
3996
3996
3997
| `BindException`
3997
3998
| 400 (Bad Request)
@@ -4017,6 +4018,9 @@ corresponding status codes:
4017
4018
| `MethodArgumentNotValidException`
4018
4019
| 400 (Bad Request)
4019
4020
4021
+ | `MissingPathVariableException`
4022
+ | 500 (Internal Server Error)
4023
+
4020
4024
| `MissingServletRequestParameterException`
4021
4025
| 400 (Bad Request)
4022
4026
@@ -4031,12 +4035,6 @@ corresponding status codes:
4031
4035
4032
4036
| `TypeMismatchException`
4033
4037
| 400 (Bad Request)
4034
-
4035
- | `MissingPathVariableException`
4036
- | 500 (Internal Server Error)
4037
-
4038
- | `NoHandlerFoundException`
4039
- | 404 (Not Found)
4040
4038
|===
4041
4039
4042
4040
The `DefaultHandlerExceptionResolver` works transparently by setting the status of the
You can’t perform that action at this time.
0 commit comments