private static class ErrorCodes.KnownError
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.Class<? extends org.openqa.selenium.WebDriverException> |
exception |
private boolean |
isCanonicalForW3C |
private boolean |
isCanonicalJsonCodeForException |
private int |
jsonCode |
private java.lang.String |
w3cCode |
private int |
w3cHttpStatus |
Constructor and Description |
---|
KnownError(int jsonCode,
java.lang.String w3cCode,
int w3cHttpStatus,
java.lang.Class<? extends org.openqa.selenium.WebDriverException> exception,
boolean isCanonicalJsonCodeForException,
boolean isCanonicalForW3C) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends org.openqa.selenium.WebDriverException> |
getException() |
int |
getJsonCode() |
java.lang.String |
getW3cCode() |
int |
getW3cHttpStatus() |
boolean |
isCanonicalForW3C() |
private final int jsonCode
private final java.lang.String w3cCode
private final int w3cHttpStatus
private final java.lang.Class<? extends org.openqa.selenium.WebDriverException> exception
private final boolean isCanonicalJsonCodeForException
private final boolean isCanonicalForW3C