public class ParameterBindingException
extends org.apache.camel.RuntimeCamelException
| Constructor and Description |
|---|
ParameterBindingException(Throwable cause,
Method method,
int index,
Class<?> parameterType,
Object parameterValue) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
Method |
getMethod() |
Class<?> |
getParameterType() |
Object |
getParameterValue() |
wrapRuntimeCamelException, wrapRuntimeExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringApache Camel