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
-
Method Details
-
getCause
Throwable getCause()- Returns:
- the throwable that caused this event to be dispatched.
-