org.openqa.selenium
Class WebDriverException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openqa.selenium.WebDriverException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ElementNotVisibleException, IllegalLocatorException, ImeActivationFailedException, ImeNotAvailableException, InvalidCookieDomainException, InvalidCoordinatesException, InvalidElementStateException, NotFoundException, StaleElementReferenceException, TimeoutException, UnableToSetCookieException, UnhandledAlertException, UnsupportedCommandException, XPathLookupException
public class WebDriverException
- extends RuntimeException
- See Also:
- Serialized Form
WebDriverException
public WebDriverException()
WebDriverException
public WebDriverException(String message)
WebDriverException
public WebDriverException(Throwable cause)
WebDriverException
public WebDriverException(String message,
Throwable cause)
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
getSystemInformation
public String getSystemInformation()
getSupportUrl
public String getSupportUrl()
getBuildInformation
public BuildInfo getBuildInformation()
getDriverInformation
public String getDriverInformation()
getDriverName
public static String getDriverName(StackTraceElement[] stackTraceElements)
Copyright © 2011. All Rights Reserved.