TrueZIP Driver TZP (ZIP.RAES) 7.0-rc1

de.schlichtherle.truezip.awt
Class EventDispatchTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.schlichtherle.truezip.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).

Author:
Christian Schlichtherle
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

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 Driver TZP (ZIP.RAES) 7.0-rc1

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