Interface RouteError
-
public interface RouteError
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
RouteError.Phase
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Throwable
getException()
Gets the error.RouteError.Phase
getPhase()
Gets the phase associated with the error.
-
-
-
Method Detail
-
getPhase
RouteError.Phase getPhase()
Gets the phase associated with the error.- Returns:
- the phase.
-
getException
Throwable getException()
Gets the error.- Returns:
- the error.
-
-