Uses of Class
org.apache.camel.model.TryDefinition
-
Packages that use TryDefinition Package Description org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of TryDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return TryDefinition Modifier and Type Method Description TryDefinitionTryDefinition. doCatch(Class<? extends Throwable> exceptionType)Handles the given exceptionTryDefinitionTryDefinition. doCatch(Class<? extends Throwable>... exceptionType)Handles the given exception(s)TryDefinitionTryDefinition. doFinally()The finally block for a given handleTryDefinitionProcessorDefinition. doTry()Creates a try/catch blockTryDefinitionProcessorDefinition. endDoTry()Ends the current block and returns back to thedoTry()DSL.TryDefinitionTryDefinition. onWhen(org.apache.camel.Predicate predicate)Sets an additional predicate that should be true before the onCatch is triggered.
-