MethodArgumentTypeMismatchException and
MethodArgumentConversionNotSupportedException are TypeMismatchException
subclasses with MethodParameter information and should initialize
propertyName in TypeMismatchInformation.
Closes gh-29959
@ -42,6 +42,7 @@ public class MethodArgumentConversionNotSupportedException extends ConversionNot
@@ -42,6 +42,7 @@ public class MethodArgumentConversionNotSupportedException extends ConversionNot
@ -42,6 +42,7 @@ public class MethodArgumentTypeMismatchException extends TypeMismatchException {
@@ -42,6 +42,7 @@ public class MethodArgumentTypeMismatchException extends TypeMismatchException {