Class PlaywrightException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    TimeoutError

    public class PlaywrightException
    extends RuntimeException
    PlaywrightException is thrown whenever certain operations are terminated abnormally, e.g. browser closes while Page.evaluate() is running. All Playwright exceptions inherit from this class.
    See Also:
    Serialized Form
    • Constructor Detail

      • PlaywrightException

        public PlaywrightException​(String message)
      • PlaywrightException

        public PlaywrightException​(String message,
                                   Throwable cause)