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