Class NotFoundException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoAlertPresentException, NoSuchContextException, NoSuchCookieException, NoSuchElementException, NoSuchFrameException, NoSuchShadowRootException, NoSuchWindowException

public class NotFoundException extends WebDriverException
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException()
    • NotFoundException

      public NotFoundException(String message)
    • NotFoundException

      public NotFoundException(String message, Throwable cause)
    • NotFoundException

      public NotFoundException(Throwable cause)