com.hammurapi.eventbus
Class EventDispatchMultiCauseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hammurapi.eventbus.EventBusException
com.hammurapi.eventbus.EventDispatchMultiCauseException
- All Implemented Interfaces:
- Serializable
public class EventDispatchMultiCauseException
- extends EventBusException
This exception is thrown from Handle.join() in the case of multiple exceptions thrown during dispatching
of the event to handlers.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EventDispatchMultiCauseException
public EventDispatchMultiCauseException(Collection<Exception> causes)
getCauses
public Collection<Exception> getCauses()