JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested
|
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.apache.camel.api.management.mbean
Interface RouteError
public interface
RouteError
Nested Class Summary
Nested Classes
Modifier and Type
Interface
Description
static enum
RouteError.Phase
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Date
getDate
()
Gets the date when the error happened
Throwable
getException
()
Gets the error.
RouteError.Phase
getPhase
()
Gets the phase associated with the error.
Method Details
getPhase
RouteError.Phase
getPhase
()
Gets the phase associated with the error.
Returns:
the phase.
getException
Throwable
getException
()
Gets the error.
Returns:
the error.
getDate
Date
getDate
()
Gets the date when the error happened