public class SerenityWebDriverException
extends org.openqa.selenium.WebDriverException
| Constructor and Description |
|---|
SerenityWebDriverException(java.lang.String message,
org.openqa.selenium.WebDriverException testErrorException) |
SerenityWebDriverException(org.openqa.selenium.WebDriverException testErrorException) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Throwable |
detachedCopyOf(java.lang.Throwable testErrorException) |
java.lang.Throwable |
getCause() |
java.lang.Class |
getExceptionClass() |
java.lang.String |
getMessage() |
java.lang.StackTraceElement[] |
getStackTrace() |
addInfo, getAdditionalInformation, getBuildInformation, getDriverName, getSupportUrl, getSystemInformationpublic SerenityWebDriverException(org.openqa.selenium.WebDriverException testErrorException)
public SerenityWebDriverException(java.lang.String message,
org.openqa.selenium.WebDriverException testErrorException)
public static java.lang.Throwable detachedCopyOf(java.lang.Throwable testErrorException)
public java.lang.String getMessage()
getMessage in class org.openqa.selenium.WebDriverExceptionpublic java.lang.StackTraceElement[] getStackTrace()
getStackTrace in class java.lang.Throwablepublic java.lang.Throwable getCause()
getCause in class java.lang.Throwablepublic java.lang.Class getExceptionClass()