com.hammurapi.eventbus
Class EventDispatchException

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.EventDispatchException
All Implemented Interfaces:
Serializable

public class EventDispatchException
extends EventBusException

This exception is thrown in the case of problems dispatching event to handlers.

See Also:
Serialized Form

Constructor Summary
EventDispatchException(String message)
           
EventDispatchException(String message, Throwable cause)
           
EventDispatchException(Throwable cause)
           
 
Method Summary
 
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

EventDispatchException

public EventDispatchException(String message)

EventDispatchException

public EventDispatchException(Throwable cause)

EventDispatchException

public EventDispatchException(String message,
                              Throwable cause)