public class ParameterMappingException extends RuntimeException
ParameterMappingException
is thrown when a failure occurs during
operation parameter
mapping
.Constructor and Description |
---|
ParameterMappingException(Object input,
Class<?> type,
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 |
---|---|
Object |
getInput()
Returns the input that was to be mapped.
|
Class<?> |
getType()
Returns the type to be mapped to.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParameterMappingException(Object input, Class<?> type, Throwable cause)
ParameterMappingException
for a failure that occurred when
trying to map the given input
to the given type
.input
- the input that was being mappedtype
- the type that was being mapped tocause
- the cause of the mapping failureCopyright © 2017 Pivotal Software, Inc.. All rights reserved.