JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.camel.api.management.mbean
RouteError
Contents
Description
Nested Class Summary
Method Summary
Method Details
getPhase()
getException()
getDate()
Hide sidebar
Show sidebar
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