Class MethodArgumentConversionNotSupportedException

All Implemented Interfaces:
Serializable

public class MethodArgumentConversionNotSupportedException extends ConversionNotSupportedException
A ConversionNotSupportedException raised while resolving a method argument. Provides access to the target MethodParameter.
Since:
4.2
Author:
Rossen Stoyanchev
See Also: