net.micwin.tindata
Class DispatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.micwin.tindata.DispatchException
All Implemented Interfaces:
Serializable

public class DispatchException
extends RuntimeException

Thrown when something goes wrong while dispatching an event.

Author:
MicWin
See Also:
Serialized Form

Constructor Summary
DispatchException(Object receiver, Object event, Exception e)
           
 
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

DispatchException

public DispatchException(Object receiver,
                         Object event,
                         Exception e)


Copyright © 2013 micwin.net Software Development Michael Winkler. All Rights Reserved.