com.hammurapi.eventbus
Class EventDispatchMultiCauseException

Show UML class diagram
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hammurapi.eventbus.EventBusException
                  extended by 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

Constructor Summary
EventDispatchMultiCauseException(Collection<Exception> causes)
           
 
Method Summary
 Collection<Exception> getCauses()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventDispatchMultiCauseException

public EventDispatchMultiCauseException(Collection<Exception> causes)
Method Detail

getCauses

public Collection<Exception> getCauses()