Uses of Class
org.apache.camel.CamelExchangeException

Packages that use CamelExchangeException
org.apache.camel The core Camel API 
org.apache.camel.component.bean The Bean Component which will look up the bean name in the Spring ApplicationContext and use that to dispatch messages to a POJO 
org.apache.camel.processor.validation Performs XML validation using JAXP for validating against XSD or RelaxNG 
 

Uses of CamelExchangeException in org.apache.camel
 

Subclasses of CamelExchangeException in org.apache.camel
 class ExchangeTimedOutException
          An exception thrown if an InOut exchange times out receiving the OUT message
 class InvalidPayloadException
          Is thrown if the payload from the exchange could not be retrieve because of being null, wrong class type etc.
 class InvalidTypeException
          Is thrown if type conversion failed.
 class NoSuchHeaderException
          An exception caused when a mandatory header is not available on a message Exchange
 class NoSuchPropertyException
          An exception caused when a mandatory property is not available on a message Exchange
 class ValidationException
          The base class for any validation exception, such as SchemaValidationException so that it is easy to treat all validation errors in a similar way irrespective of the particular validation technology used.
 

Uses of CamelExchangeException in org.apache.camel.component.bean
 

Subclasses of CamelExchangeException in org.apache.camel.component.bean
 class AmbiguousMethodCallException
          An exception thrown if an attempted method invocation resulted in an ambiguous method such that multiple methods match the inbound message exchange
 

Uses of CamelExchangeException in org.apache.camel.processor.validation
 

Subclasses of CamelExchangeException in org.apache.camel.processor.validation
 class NoXmlBodyValidationException
          An exception found if no XML body is available on the inbound message
 class SchemaValidationException
          A Schema validation exception occurred
 



Copyright © 2008 IONA Open Source Community. All Rights Reserved.