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 TypeMismatchExceptionERROR_CODE
- 
Constructor SummaryConstructorsConstructorDescriptionMethodArgumentConversionNotSupportedException(@Nullable Object value, @Nullable Class<?> requiredType, String name, MethodParameter param, @Nullable Throwable cause) 
- 
Method SummaryModifier and TypeMethodDescriptiongetName()Return the name of the method argument.Return the target method parameter.Methods inherited from class TypeMismatchExceptiongetErrorCode, getPropertyName, getRequiredType, getValue, initPropertyNameMethods inherited from class PropertyAccessExceptiongetPropertyChangeEventMethods inherited from class NestedRuntimeExceptioncontains, getMostSpecificCause, getRootCauseMethods inherited from class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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.
 
-