Class WebDriverSetupFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.shakespeareframework.selenium.WebDriverSetupFailedException
All Implemented Interfaces:
Serializable

public class WebDriverSetupFailedException extends RuntimeException
RuntimeException to be thrown when a WebDriverSupplier failed to setup the WebDriver.
See Also:
  • Constructor Details

    • WebDriverSetupFailedException

      public WebDriverSetupFailedException(Exception cause)
      Parameters:
      cause - the causing Exception