Handling Exceptions in the Event Bus
Exceptions occurring on the event bus are treated like any other event.
You simply register an instance of ExceptionListener
using EventBus.addExceptionListener(EventFilter, ExceptionListener)
and wait for exceptions to occur.
Here's what the output from above would look like.