Interface FlowableExceptionEvent
-
public interface FlowableExceptionEventIndicates theFlowableEventalso contains information about aThrowablethat occurred, triggering the event.- Author:
- Frederik heremans
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThrowablegetCause()
-
-
-
Method Detail
-
getCause
Throwable getCause()
- Returns:
- the throwable that caused this event to be dispatched.
-
-