Package org.openqa.selenium
Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openqa.selenium.WebDriverException
org.openqa.selenium.NotFoundException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NoAlertPresentException
,NoSuchContextException
,NoSuchCookieException
,NoSuchElementException
,NoSuchFrameException
,NoSuchShadowRootException
,NoSuchWindowException
- See Also:
-
Field Summary
Fields inherited from class org.openqa.selenium.WebDriverException
BASE_SUPPORT_URL, DRIVER_INFO, SESSION_ID
-
Constructor Summary
ConstructorsConstructorDescriptionNotFoundException
(@Nullable String message) NotFoundException
(@Nullable String message, @Nullable Throwable cause) NotFoundException
(@Nullable Throwable cause) -
Method Summary
Methods inherited from class org.openqa.selenium.WebDriverException
addInfo, getAdditionalInformation, getBuildInformation, getDriverName, getHostInformation, getMessage, getRawMessage, getSupportUrl, getSystemInformation
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotFoundException
public NotFoundException() -
NotFoundException
-
NotFoundException
-
NotFoundException
-