public static class ExtWebDriver.StaleWindowIdListException extends Exception
| Constructor and Description |
|---|
StaleWindowIdListException(String message,
List<String> storedWindowIds,
List<String> currentWindowIds) |
StaleWindowIdListException(String message,
Throwable cause,
List<String> storedWindowIds,
List<String> currentWindowIds) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCurrentWindowIds() |
List<String> |
getStoredWindowIds() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StaleWindowIdListException(String message, Throwable cause, List<String> storedWindowIds, List<String> currentWindowIds)
message - an explanation of the exceptioncause - the exception which was caught, prompting the current
exceptionstoredWindowIds - the window ids stored when the exception occurredcurrentWindowIds - the window ids retrieved when the exception occurredpublic StaleWindowIdListException(String message, List<String> storedWindowIds, List<String> currentWindowIds)
message - an explanation of the exceptionstoredWindowIds - the window ids stored when the exception occurredcurrentWindowIds - the window ids retrieved when the exception occurredCopyright © 2018. All rights reserved.