public class MethodArgumentTypeMismatchException extends AbstractMethodArgumentResolutionException
| Constructor and Description |
|---|
MethodArgumentTypeMismatchException(Message<?> message,
org.springframework.core.MethodParameter parameter,
java.lang.String description)
Create a new instance with the invalid
MethodParameter. |
getMethodParameter, getMethodParamMessagegetFailedMessagecontains, getMessage, getMostSpecificCause, getRootCausepublic MethodArgumentTypeMismatchException(Message<?> message, org.springframework.core.MethodParameter parameter, java.lang.String description)
MethodParameter.