public class MethodArgumentConversionNotSupportedException extends ConversionNotSupportedException
MethodParameter.ERROR_CODE| Constructor and Description | 
|---|
| MethodArgumentConversionNotSupportedException(Object value,
                                             Class<?> requiredType,
                                             String name,
                                             MethodParameter param,
                                             Throwable cause) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName()Return the name of the method argument. | 
| MethodParameter | getParameter()Return the target method parameter. | 
getErrorCode, getPropertyName, getRequiredType, getValue, initPropertyNamegetPropertyChangeEventcontains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getName()
public MethodParameter getParameter()