Uses of Class
org.apache.camel.model.CatchDefinition
-
Packages that use CatchDefinition Package Description org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of CatchDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return CatchDefinition Modifier and Type Method Description CatchDefinitionProcessorDefinition. endDoCatch()Ends the current block and returns back to thedoCatch()DSL.CatchDefinitionCatchDefinition. exception(Class<? extends Throwable>... exceptions)The exception(s) to catch.CatchDefinitionCatchDefinition. exceptionClasses(Class<? extends Throwable> exception)Deprecated.CatchDefinitionCatchDefinition. exceptionClasses(List<Class<? extends Throwable>> exceptionClasses)Deprecated.CatchDefinitionCatchDefinition. onWhen(org.apache.camel.Predicate predicate)Sets an additional predicate that should be true before the onCatch is triggered.Methods in org.apache.camel.model that return types with arguments of type CatchDefinition Modifier and Type Method Description List<CatchDefinition>TryDefinition. getCatchClauses()Method parameters in org.apache.camel.model with type arguments of type CatchDefinition Modifier and Type Method Description voidTryDefinition. setCatchClauses(List<CatchDefinition> catchClauses)
-