类 ParameterMappingException

所有已实现的接口:
Serializable

public final class ParameterMappingException extends InvalidEndpointRequestException
A ParameterMappingException is thrown when a failure occurs during operation parameter mapping.
从以下版本开始:
2.0.0
作者:
Andy Wilkinson
另请参阅:
  • 构造器详细资料

    • ParameterMappingException

      public ParameterMappingException(OperationParameter parameter, Object value, Throwable cause)
      Creates a new ParameterMappingException for a failure that occurred when trying to map the given input to the given type.
      参数:
      parameter - the parameter being mapping
      value - the value being mapped
      cause - the cause of the mapping failure
  • 方法详细资料

    • getParameter

      public OperationParameter getParameter()
      Return the parameter being mapped.
      返回:
      the parameter
    • getValue

      public Object getValue()
      Return the value being mapped.
      返回:
      the value