handleException
public void handleException(EventBus bus,
Event event,
IEventListener[] listeners,
int index,
java.lang.Throwable throwable)
Fired when a EventListener throws an exception for the specified event on the event bus.
After this function returns, the original Throwable will be propogated upwards.
- Specified by:
handleException in interface IEventExceptionHandler
- Parameters:
bus - The bus the event is being fired on
event - The event that is being fired
listeners - All listeners that are listening for this event, in order
index - Index for the current listener being fired.
throwable - The throwable being thrown