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