public class NoSuchPropertyException extends CamelExchangeException
ExchangeExchangeHelper.getMandatoryProperty(Exchange, String, Class),
Serialized Form| Constructor and Description |
|---|
NoSuchPropertyException(Exchange exchange,
String propertyName,
Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPropertyName() |
Class<?> |
getType() |
protected static String |
reason(Exchange exchange,
String propertyName) |
createExceptionMessage, getExchangeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchPropertyException(Exchange exchange, String propertyName, Class<?> type)
Apache Camel