Uses of Class
org.apache.camel.NoSuchPropertyException

Packages that use NoSuchPropertyException
org.apache.camel.util Utility classes used by the core of Camel. 
 

Uses of NoSuchPropertyException in org.apache.camel.util
 

Methods in org.apache.camel.util that throw NoSuchPropertyException
static
<T> T
ExchangeHelper.getMandatoryProperty(Exchange exchange, String propertyName, Class<T> type)
          Gets the mandatory property of the exchange of the correct type
 



Apache Camel