TrueZIP 6.8.2

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:
$Id: EventDispatchTimeoutException.java 06f3ba684701 2010/11/04 01:15:55 christian $
Author:
Christian Schlichtherle
See Also:
Serialized Form

Field Summary
private  long timeout
           
 
Constructor Summary
EventDispatchTimeoutException(long timeout)
          Creates a new instance of EventDispatchTimeoutException without detail message.
 
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
 

Field Detail

timeout

private final long timeout
Constructor Detail

EventDispatchTimeoutException

EventDispatchTimeoutException(long timeout)
Creates a new instance of EventDispatchTimeoutException without detail message.

Method Detail

getTimeout

public long getTimeout()

TrueZIP 6.8.2

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.