Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.openqa.selenium.support.ui
Class TimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openqa.selenium.WebDriverException
                  extended by org.openqa.selenium.support.ui.TimeoutException
All Implemented Interfaces:
Serializable

public class TimeoutException
extends org.openqa.selenium.WebDriverException

A simple exception that is thrown if an ExpectedCondition is not met met by a Wait. See the documentation in WebDriverWait for more information.

See Also:
Serialized Form

Constructor Summary
TimeoutException(String message)
          Time out a test, indicating why the timeout occurred.
TimeoutException(String message, Throwable cause)
          Time out a test, indicating why the timeout occurred and giving a cause.
 
Method Summary
 
Methods inherited from class org.openqa.selenium.WebDriverException
getBuildInformation, getDriverInformation, getDriverName, getMessage, getSupportUrl, getSystemInformation
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeoutException

public TimeoutException(String message)
Time out a test, indicating why the timeout occurred.


TimeoutException

public TimeoutException(String message,
                        Throwable cause)
Time out a test, indicating why the timeout occurred and giving a cause.


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.