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:
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Return the name of the method argument.
    • getParameter

      public MethodParameter getParameter()
      Return the target method parameter.