public class MethodArgumentConversionNotSupportedException extends ConversionNotSupportedException
MethodParameter.ERROR_CODE| Constructor and Description | 
|---|
MethodArgumentConversionNotSupportedException(java.lang.Object value,
                                             java.lang.Class<?> requiredType,
                                             java.lang.String name,
                                             MethodParameter param,
                                             java.lang.Throwable cause)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getName()
Return the name of the method argument. 
 | 
MethodParameter | 
getParameter()
Return the target method parameter. 
 | 
getErrorCode, getRequiredType, getValuegetPropertyChangeEvent, getPropertyNameequals, hashCodecontains, getMessage, getMostSpecificCause, getRootCausepublic MethodArgumentConversionNotSupportedException(java.lang.Object value,
                                                     java.lang.Class<?> requiredType,
                                                     java.lang.String name,
                                                     MethodParameter param,
                                                     java.lang.Throwable cause)
public java.lang.String getName()
public MethodParameter getParameter()