Uses of Class
org.apache.camel.RuntimeCamelException

Packages that use RuntimeCamelException
org.apache.camel The JAXB POJOs for the XML Configuration of the routing rules. 
org.apache.camel.builder.xml Support for XPath based Expressions and Predicates as well as an XSLT processor 
org.apache.camel.component.file The File Component for working with file systems. 
org.apache.camel.impl Default implementation classes for Camel Core 
org.apache.camel.language.bean Camel Bean language. 
org.apache.camel.processor.idempotent An implementation of the Idempotent Consumer pattern. 
org.apache.camel.util Utility classes used by the core of Camel and useful for Camel component developers 
 

Uses of RuntimeCamelException in org.apache.camel
 

Subclasses of RuntimeCamelException in org.apache.camel
 class CamelExecutionException
          Exception occured during execution/processing of an Exchange.
 class ExpectedBodyTypeException
          Thrown if the body could not be converted to the required type
 class ExpressionEvaluationException
          An exception thrown if evaluation of the expression failed.
 class ExpressionIllegalSyntaxException
          An exception thrown if the expression contains illegal syntax.
 class FailedToCreateConsumerException
          Thrown if Camel failed to create a consumer for a given endpoint.
 class FailedToCreateProducerException
          Thrown if Camel failed to create a producer for a given endpoint.
 class InvalidPayloadRuntimeException
          Runtime version of the InvalidPayloadException.
 class NoSuchBeanException
          A runtime exception if a given bean could not be found in the Registry
 class NoSuchEndpointException
          A runtime exception thrown if a routing processor such as a RecipientList is unable to resolve an Endpoint from a URI.
 class NoSuchLanguageException
          A runtime exception thrown if an attempt is made to resolve an unknown language definition.
 class ResolveEndpointFailedException
          A runtime exception thrown if an Endpoint cannot be resolved via URI
 class RuntimeExchangeException
          A runtime exception caused by a specific message Exchange
 class RuntimeExpressionException
          Thrown if an expression evaluation fails
 class RuntimeTransformException
          Thrown if a message transformation fails
 

Uses of RuntimeCamelException in org.apache.camel.builder.xml
 

Subclasses of RuntimeCamelException in org.apache.camel.builder.xml
 class InvalidXPathExpression
          An exception thrown if am XPath expression could not be parsed or evaluated
 

Uses of RuntimeCamelException in org.apache.camel.component.file
 

Subclasses of RuntimeCamelException in org.apache.camel.component.file
 class GenericFileOperationFailedException
          Exception thrown in case of last file operation failed.
 

Uses of RuntimeCamelException in org.apache.camel.impl
 

Subclasses of RuntimeCamelException in org.apache.camel.impl
 class ProxyInstantiationException
          A proxy creation failed trying to create a proxy of a given type and on an given endpoint
 

Uses of RuntimeCamelException in org.apache.camel.language.bean
 

Subclasses of RuntimeCamelException in org.apache.camel.language.bean
 class RuntimeBeanExpressionException
          Exception thrown if invocation of bean failed.
 

Uses of RuntimeCamelException in org.apache.camel.processor.idempotent
 

Subclasses of RuntimeCamelException in org.apache.camel.processor.idempotent
 class NoMessageIdException
          An exception thrown if no message ID could be found on a message which is to be used with the Idempotent Consumer pattern.
 

Uses of RuntimeCamelException in org.apache.camel.util
 

Methods in org.apache.camel.util that return RuntimeCamelException
static RuntimeCamelException ObjectHelper.wrapRuntimeCamelException(Throwable e)
          Wraps the caused exception in a RuntimeCamelException if its not already such an exception.
 



Apache CAMEL