Package org.openqa.selenium

Class NotFoundException

java.lang.Object
java.lang.Throwable
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoAlertPresentException,NoSuchCookieException,NoSuchElementException,NoSuchFrameException,NoSuchShadowRootException,NoSuchWindowException

@NullMarkedpublic classNotFoundExceptionextendsWebDriverException
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException()
    • NotFoundException

      public NotFoundException(@NullableString message)
    • NotFoundException

      public NotFoundException(@NullableString message, @NullableThrowable cause)
    • NotFoundException

      public NotFoundException(@NullableThrowable cause)