|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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.language | Camel language support such as Bean and Simple language. |
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 |
ExpectedBodyTypeException
Thrown if the body could not be converted to the required type |
class |
FailedToCreateProducerException
Thrown if Camel failed to create a producer for a given endpoint. |
class |
InvalidHeaderTypeException
Deprecated. use InvalidTypeException . Will be removed in Camel 2.0. |
class |
InvalidPayloadRuntimeException
Runtime version of the InvalidTypeException . |
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 |
NoTypeConversionAvailableException
An exception thrown if a value could not be converted to the required type |
class |
ResolveEndpointFailedException
A runtime exception thrown if an Endpoint can not 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.bean |
---|
Methods in org.apache.camel.component.bean that throw RuntimeCamelException | |
---|---|
MethodInvocation |
BeanInfo.createInvocation(Method method,
Object pojo,
Exchange exchange)
|
MethodInvocation |
BeanInfo.createInvocation(Object pojo,
Exchange exchange)
|
Uses of RuntimeCamelException in org.apache.camel.language |
---|
Subclasses of RuntimeCamelException in org.apache.camel.language | |
---|---|
class |
ExpressionEvaluationException
An exception thrown if evaluation of the expression failed. |
class |
IllegalSyntaxException
An exception thrown if some illegal syntax is rejected by a specific language |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |