com.virtuosotechnologies.lib.error
Class AWTErrorEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.virtuosotechnologies.lib.error.AWTErrorEvent
All Implemented Interfaces:
Serializable

public class AWTErrorEvent
extends EventObject

A RuntimeException or Error was thrown on the AWT thread

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AWTErrorEvent(Object source, Throwable ex)
          Constructor
 
Method Summary
 Throwable getThrowable()
          Get the exception thrown
 
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
 

Constructor Detail

AWTErrorEvent

public AWTErrorEvent(Object source,
                     Throwable ex)
Constructor

Parameters:
source - event source
ex - object that was thrown
Method Detail

getThrowable

public final Throwable getThrowable()
Get the exception thrown