Interface FlowableExceptionEvent

All Known Implementing Classes:
FlowableEntityExceptionEventImpl, FlowableEntityExceptionEventImpl

public interface FlowableExceptionEvent
Indicates the FlowableEvent also contains information about a Throwable that occurred, triggering the event.
Author:
Frederik heremans
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getCause

      Throwable getCause()
      Returns:
      the throwable that caused this event to be dispatched.