public final class WebDriverWrapperReinstantiationException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static String |
REINSTANTIATION_EXCEPTION
Message thrown if driver is run
.
|
private static long |
serialVersionUID
Required declaration.
|
| Constructor and Description |
|---|
WebDriverWrapperReinstantiationException()
Creates a new instance of
WebDriverWrapperException without
detail message. |
WebDriverWrapperReinstantiationException(String msgDetailParam)
Constructs an instance of
WebDriverWrapperException with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
private static final String REINSTANTIATION_EXCEPTION
public WebDriverWrapperReinstantiationException()
WebDriverWrapperException without
detail message.public WebDriverWrapperReinstantiationException(String msgDetailParam)
WebDriverWrapperException with the
specified detail message.msgDetailParam - any detail message.Copyright © 2018. All rights reserved.