de.schlichtherle.awt
Class EventDispatchTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
timeout
private final long timeout
EventDispatchTimeoutException
EventDispatchTimeoutException(long timeout)
- Creates a new instance of
EventDispatchTimeoutException without detail message.
getTimeout
public long getTimeout()
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.