public final class ParameterMappingException extends InvalidEndpointRequestException
ParameterMappingException is thrown when a failure occurs during
operation parameter mapping.| Constructor and Description |
|---|
ParameterMappingException(OperationParameter parameter,
java.lang.Object value,
java.lang.Throwable cause)
Creates a new
ParameterMappingException for a failure that occurred when
trying to map the given input to the given type. |
| Modifier and Type | Method and Description |
|---|---|
OperationParameter |
getParameter()
Return the parameter being mapped.
|
java.lang.Object |
getValue()
Return the value being mapped.
|
getReasonpublic ParameterMappingException(OperationParameter parameter, java.lang.Object value, java.lang.Throwable cause)
ParameterMappingException for a failure that occurred when
trying to map the given input to the given type.parameter - the parameter being mappingvalue - the value being mappedcause - the cause of the mapping failurepublic OperationParameter getParameter()
public java.lang.Object getValue()