|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openqa.selenium.WebDriverException
org.openqa.selenium.support.ui.TimeoutException
public class TimeoutException
A simple exception that is thrown if an ExpectedCondition is not met
met by a Wait. See the documentation in WebDriverWait for
more information.
| Constructor Summary | |
|---|---|
TimeoutException(java.lang.String message)
Time out a test, indicating why the timeout occurred. |
|
TimeoutException(java.lang.String message,
java.lang.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 |
|---|
getDriverInformation, getDriverName, getMessage, 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TimeoutException(java.lang.String message)
public TimeoutException(java.lang.String message,
java.lang.Throwable cause)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||