Uses of Class
org.apache.camel.RuntimeCamelException
Packages that use RuntimeCamelException
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
A collection of utility classes for configuring a JSSE SSLContext and other JSSE classes.
-
Uses of RuntimeCamelException in org.apache.camel
Subclasses of RuntimeCamelException in org.apache.camelModifier and TypeClassDescriptionclassException thrown in situations when aServicehas already been stopped.classException occurred during execution/processing of anExchange.classThrown if the body could not be converted to the required typeclassAn exception thrown if evaluation of the expression failed.classAn exception thrown if the expression contains illegal syntax.classThrown if Camel failed to create a consumer for a given endpoint.classThrown if Camel failed to create a producer for a given endpoint.classException when failing to create aRoute.classException when failing to create aRoutefrom a RouteTemplateDefinition.classException when failing to start aComponent.classException when failing to start aRoute.classRuntime version of theInvalidPayloadException.classAn exception caused when an invalid property name is used on an objectclassA runtime exception if a given bean could not be found in theRegistryclassA runtime exception if a given bean type could not be found in theRegistryclassA runtime exception thrown if a routing processor such as a recipient list is unable to resolve anEndpointfrom a URI.classA runtime exception thrown if an attempt is made to resolve an unknown language definition.classError binding property to a bean.classException indicating a failure while trying to create a proxy of a given type and on a given endpointclassA runtime exception thrown if anEndpointcannot be resolved via URIclassA runtime exception caused by a specific messageExchangeclassThrown if an expression evaluation failsclassThrown if a message transformation failsclassclassException when failing during type conversion.classException when failing to add type converters due there is already an existing type converter.classException when failing to load type converters.Methods in org.apache.camel that return RuntimeCamelExceptionModifier and TypeMethodDescriptionstatic RuntimeCamelExceptionRuntimeCamelException.wrapRuntimeCamelException(Throwable e) Wraps the caused exception in aRuntimeCamelExceptionif its not already such an exception. -
Uses of RuntimeCamelException in org.apache.camel.spi
Methods in org.apache.camel.spi that throw RuntimeCamelExceptionModifier and TypeMethodDescriptionvoidBinds the bean to the repository (if possible).voidBinds the bean to the repository (if possible).voidBinds the bean (via a supplier) to the repository (if possible).default voidBinds the bean to the repository (if possible).default voidBinds the bean to the repository (if possible).voidRegistry.bindAsPrototype(String id, Class<?> type, Supplier<Object> bean) Binds the bean (via a supplier) to the repository (if possible). -
Uses of RuntimeCamelException in org.apache.camel.support.jsse
Methods in org.apache.camel.support.jsse that throw RuntimeCamelExceptionModifier and TypeMethodDescriptionprotected StringJsseParameters.parsePropertyValue(String value) Parses the value using the Camel Property Placeholder capabilities if a context is provided.JsseParameters.parsePropertyValues(List<String> values) Parses the values using the Camel Property Placeholder capabilities if a context is provided.