I use guava’s EventBus, unfortunately it catches and logs the InvocationTargetException that occurs when an event-handler throws a RuntimeException. Can i disable this behaviour?
I use guava’s EventBus, unfortunately it catches and logs the InvocationTargetException that occurs when
Share
As it stands, this is a deliberate decision, and discussed in the EventBus docs:
Alternative solutions are being considered, though I seriously doubt they’ll make it into release 12.