public class WidgetTimeoutException extends WidgetException
Widget
operation has timed out.Constructor and Description |
---|
WidgetTimeoutException(String message,
org.openqa.selenium.By locator)
Constructs a
WidgetTimeoutException with the specified detail
message and the element locator being used when the Exception was
thrown. |
WidgetTimeoutException(String message,
String locator)
Constructs a
WidgetTimeoutException with the specified detail
message and the element locator being used when the Exception was
thrown. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WidgetTimeoutException(String message, String locator)
WidgetTimeoutException
with the specified detail
message and the element locator being used when the Exception
was
thrown.message
- the detail messagelocator
- the element locator being used when the Exception
was
thrownpublic WidgetTimeoutException(String message, org.openqa.selenium.By locator)
WidgetTimeoutException
with the specified detail
message and the element locator being used when the Exception
was
thrown.message
- the detail messagelocator
- the element locator being used when the Exception
was
thrownCopyright © 2018. All rights reserved.