Class SeleneseRunnerRuntimeException

  • All Implemented Interfaces:
    Serializable

    public class SeleneseRunnerRuntimeException
    extends org.openqa.selenium.WebDriverException
    The exception which occurs when a selenese command has caused an error.
    See Also:
    Serialized Form
    • Constructor Detail

      • SeleneseRunnerRuntimeException

        public SeleneseRunnerRuntimeException​(Throwable cause)
        Constructor.

        Throwable(Throwable)

        Parameters:
        cause - the cause.
      • SeleneseRunnerRuntimeException

        public SeleneseRunnerRuntimeException​(String message)
        Constructor.

        Throwable(String)

        Parameters:
        message - error message.