Class MethodArgumentConversionNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.beans.BeansException
org.springframework.beans.PropertyAccessException
org.springframework.beans.TypeMismatchException
org.springframework.beans.ConversionNotSupportedException
org.springframework.web.method.annotation.MethodArgumentConversionNotSupportedException
- All Implemented Interfaces:
- Serializable
A ConversionNotSupportedException raised while resolving a method argument.
 Provides access to the target 
MethodParameter.- Since:
- 4.2
- Author:
- Rossen Stoyanchev
- See Also:
- 
Field SummaryFields inherited from class org.springframework.beans.TypeMismatchExceptionERROR_CODE
- 
Constructor SummaryConstructorsConstructorDescriptionMethodArgumentConversionNotSupportedException(Object value, Class<?> requiredType, String name, MethodParameter param, Throwable cause) 
- 
Method SummaryModifier and TypeMethodDescriptiongetName()Return the name of the method argument.Return the target method parameter.Methods inherited from class org.springframework.beans.TypeMismatchExceptiongetErrorCode, getPropertyName, getRequiredType, getValue, initPropertyNameMethods inherited from class org.springframework.beans.PropertyAccessExceptiongetPropertyChangeEventMethods inherited from class org.springframework.core.NestedRuntimeExceptioncontains, getMessage, getMostSpecificCause, getRootCauseMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
MethodArgumentConversionNotSupportedException
 
- 
- 
Method Details- 
getNameReturn the name of the method argument.
- 
getParameterReturn the target method parameter.
 
-