Uses of Class
org.apache.camel.model.CatchDefinition
Packages that use CatchDefinition
-
Uses of CatchDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return CatchDefinitionModifier and TypeMethodDescriptionProcessorDefinition.endDoCatch()Ends the current block and returns back to thedoCatch()DSL.The exception(s) to catch.The exception(s) to catch.CatchDefinition.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 CatchDefinitionMethod parameters in org.apache.camel.model with type arguments of type CatchDefinitionModifier and TypeMethodDescriptionvoidTryDefinition.setCatchClauses(List<CatchDefinition> catchClauses)