| Package | Description |
|---|---|
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| org.apache.camel.spi |
Service Provider Interfaces used internally by the Camel runtime which are plugin strategies.
|
| Modifier and Type | Method and Description |
|---|---|
RouteError.Phase |
DefaultRouteError.getPhase() |
| Modifier and Type | Method and Description |
|---|---|
static void |
DefaultRouteError.set(CamelContext context,
String routeId,
RouteError.Phase phase,
Throwable throwable) |
| Constructor and Description |
|---|
DefaultRouteError(RouteError.Phase phase,
Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
RouteError.Phase |
RouteError.getPhase()
Gets the phase associated with the error.
|
static RouteError.Phase |
RouteError.Phase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RouteError.Phase[] |
RouteError.Phase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Apache Camel