Interface ActivitiExceptionEvent

All Known Implementing Classes:
ActivitiEntityExceptionEventImpl

public interface ActivitiExceptionEvent
Indicates the ActivitiEvent also contains information about a Throwable that occurred, triggering the event.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getCause

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