de.schlichtherle.awt
Class EventDispatchTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.schlichtherle.awt.EventDispatchTimeoutException
All Implemented Interfaces:
Serializable

public class EventDispatchTimeoutException
extends Exception

Thrown to indicate a timeout while waiting for the AWT Event Dispatch Thread (EDT).

Since:
TrueZIP 6.4
Version:
TrueZIP 6.7
Author:
Christian Schlichtherle
See Also:
Serialized Form

Method Summary
 long getTimeout()
           
 
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
 

Method Detail

getTimeout

public long getTimeout()