Class SeleneseRunnerRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openqa.selenium.WebDriverException
jp.vmi.selenium.selenese.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 Details

    • SeleneseRunnerRuntimeException

      public SeleneseRunnerRuntimeException​(Throwable cause)
      Constructor.

      Throwable(Throwable)

      Parameters:
      cause - the cause.
    • SeleneseRunnerRuntimeException

      public SeleneseRunnerRuntimeException​(String message)
      Constructor.

      Throwable(String)

      Parameters:
      message - error message.
    • SeleneseRunnerRuntimeException

      public SeleneseRunnerRuntimeException​(String message, Throwable cause)
      Parameters:
      message - error message.
      cause - the cause.