org.netbeans.jemmy
Class TimeoutExpiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.netbeans.jemmy.JemmyException
                  extended by org.netbeans.jemmy.TimeoutExpiredException
All Implemented Interfaces:
java.io.Serializable

public class TimeoutExpiredException
extends JemmyException

Exception is supposed to be used to notice that some waiting was expired.

Author:
Alexandre Iline ([email protected])
See Also:
Serialized Form

Constructor Summary
TimeoutExpiredException(java.lang.String description)
          Constructor.
 
Method Summary
 
Methods inherited from class org.netbeans.jemmy.JemmyException
getInnerException, getInnerThrowable, getObject, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeoutExpiredException

public TimeoutExpiredException(java.lang.String description)
Constructor.

Parameters:
description - Waiting description.