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:
java.io.Serializable
- Direct Known Subclasses:
NoAlertPresentException
,NoSuchContextException
,NoSuchCookieException
,NoSuchElementException
,NoSuchFrameException
,NoSuchShadowRootException
,NoSuchWindowException
public class NotFoundException extends WebDriverException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openqa.selenium.WebDriverException
BASE_SUPPORT_URL, DRIVER_INFO, SESSION_ID
-
-
Constructor Summary
Constructors Constructor Description NotFoundException()
NotFoundException(java.lang.String message)
NotFoundException(java.lang.String message, java.lang.Throwable cause)
NotFoundException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.openqa.selenium.WebDriverException
addInfo, getAdditionalInformation, getBuildInformation, getDriverName, getHostInformation, getMessage, getRawMessage, getSupportUrl, getSystemInformation
-
-
-
-
Constructor Detail
-
NotFoundException
public NotFoundException()
-
NotFoundException
public NotFoundException(java.lang.String message)
-
NotFoundException
public NotFoundException(java.lang.String message, java.lang.Throwable cause)
-
NotFoundException
public NotFoundException(java.lang.Throwable cause)
-
-