gov.sandia.ccaffeine.dc.user_iface.MVC.event
Class ExceptionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by gov.sandia.ccaffeine.dc.user_iface.MVC.event.ExceptionEvent
All Implemented Interfaces:
java.io.Serializable

public class ExceptionEvent
extends java.util.EventObject

This event can be used to notify entities that an exception was thrown.

See Also:
Serialized Form

Field Summary
protected  java.lang.Throwable exception
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ExceptionEvent(java.lang.Object source, java.lang.Exception exception)
           
 
Method Summary
 java.lang.Throwable getException()
          Retrieve the exception.
 
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
 

Field Detail

exception

protected java.lang.Throwable exception
Constructor Detail

ExceptionEvent

public ExceptionEvent(java.lang.Object source,
                      java.lang.Exception exception)
Method Detail

getException

public java.lang.Throwable getException()
Retrieve the exception.

Returns:
The Exception