de.jaetzold.util
Class ExceptionEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--de.jaetzold.util.ExceptionEvent
All Implemented Interfaces:
Event, Serializable

public class ExceptionEvent
extends EventObject
implements Event

See Also:
Serialized Form

Field Summary
protected  Exception exception
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ExceptionEvent(Object source, Exception exception)
           
 
Method Summary
 Exception getException()
           
 Event process()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.jaetzold.util.Event
getSource
 

Field Detail

exception

protected Exception exception
Constructor Detail

ExceptionEvent

public ExceptionEvent(Object source,
                      Exception exception)
Method Detail

getException

public Exception getException()

process

public Event process()
              throws Exception
Specified by:
process in interface Event