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, getSystemInformation
public 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.WebDriverException
public java.lang.StackTraceElement[] getStackTrace()
getStackTrace
in class java.lang.Throwable
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
public java.lang.Class getExceptionClass()