com.virtuosotechnologies.lib.error
Class AWTErrorEvent
java.lang.Object
  
java.util.EventObject
      
com.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
 
 
 
 
 
 
 
AWTErrorEvent
public AWTErrorEvent(Object source,
                     Throwable ex)
- Constructor
 - Parameters:
 source - event sourceex - object that was thrown
getThrowable
public final Throwable getThrowable()
- Get the exception thrown