| Package | Description |
|---|---|
| org.apache.camel.model |
The JAXB POJOs for the
XML
Configuration of the routing rules.
|
| Modifier and Type | Method and Description |
|---|---|
CatchDefinition |
CatchDefinition.exception(Class<? extends Throwable>... exceptions)
The exception(s) to catch.
|
CatchDefinition |
CatchDefinition.exceptionClasses(Class<? extends Throwable> exception)
Deprecated.
|
CatchDefinition |
CatchDefinition.exceptionClasses(List<Class<? extends Throwable>> exceptionClasses)
Deprecated.
|
CatchDefinition |
CatchDefinition.onWhen(org.apache.camel.Predicate predicate)
Sets an additional predicate that should be true before the onCatch is
triggered.
|
| Modifier and Type | Method and Description |
|---|---|
List<CatchDefinition> |
TryDefinition.getCatchClauses() |
Apache Camel