public class NoSuchPropertyException extends CamelExchangeException
ExchangeExchangeHelper.getMandatoryProperty(Exchange, String, Class),
Serialized Form| Constructor and Description |
|---|
NoSuchPropertyException(Exchange exchange,
java.lang.String propertyName,
java.lang.Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPropertyName() |
java.lang.Class<?> |
getType() |
protected static java.lang.String |
reason(Exchange exchange,
java.lang.String propertyName) |
createExceptionMessage, getExchangepublic NoSuchPropertyException(Exchange exchange, java.lang.String propertyName, java.lang.Class<?> type)
public java.lang.String getPropertyName()
public java.lang.Class<?> getType()
protected static java.lang.String reason(Exchange exchange, java.lang.String propertyName)
Copyright © 2007-2014 Red Hat, Inc.. All Rights Reserved.