Uses of Class
org.apache.camel.CamelException

Packages that use CamelException
org.apache.camel The JAXB POJOs for the XML Configuration of the routing rules. 
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 CamelException in org.apache.camel
 

Subclasses of CamelException in org.apache.camel
 class AlreadyStoppedException
          Exception thrown in situations when a Service has already been stopped.
 class CamelExchangeException
          An exception caused by a specific message Exchange
 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 CamelException in org.apache.camel.component.bean
 

Subclasses of CamelException 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
 class NoBeanAvailableException
          Exception thrown if the bean could not be found in the registry.
 

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

Subclasses of CamelException 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 © 2009 Apache Software Foundation. All Rights Reserved.