Uses of Class
org.apache.camel.NoTypeConversionAvailableException

Packages that use NoTypeConversionAvailableException
org.apache.camel The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.impl.converter Default implementation classes the Type Conversion Strategies 
org.apache.camel.util Utility classes used by the core of Camel and useful for Camel component developers 
 

Uses of NoTypeConversionAvailableException in org.apache.camel
 

Methods in org.apache.camel that throw NoTypeConversionAvailableException
<T> T
TypeConverter.mandatoryConvertTo(Class<T> type, Exchange exchange, Object value)
          Converts the value to the specified type in the context of an exchange

Used when conversion requires extra information from the current exchange (such as encoding).

<T> T
TypeConverter.mandatoryConvertTo(Class<T> type, Object value)
          Converts the value to the specified type
 

Uses of NoTypeConversionAvailableException in org.apache.camel.impl.converter
 

Methods in org.apache.camel.impl.converter that throw NoTypeConversionAvailableException
<T> T
FutureTypeConverter.mandatoryConvertTo(Class<T> type, Exchange exchange, Object value)
           
<T> T
DefaultTypeConverter.mandatoryConvertTo(Class<T> type, Exchange exchange, Object value)
           
<T> T
FutureTypeConverter.mandatoryConvertTo(Class<T> type, Object value)
           
<T> T
DefaultTypeConverter.mandatoryConvertTo(Class<T> type, Object value)
           
 

Uses of NoTypeConversionAvailableException in org.apache.camel.util
 

Methods in org.apache.camel.util that throw NoTypeConversionAvailableException
static
<T> T
ExchangeHelper.convertToMandatoryType(Exchange exchange, Class<T> type, Object value)
          Converts the value to the given expected type or throws an exception
 



Apache CAMEL