Class SeleneseCommandErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openqa.selenium.WebDriverException
jp.vmi.selenium.selenese.SeleneseCommandErrorException
All Implemented Interfaces:
Serializable

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

    • SeleneseCommandErrorException

      public SeleneseCommandErrorException​(String message)
      Constructor.
      Parameters:
      message - error message.
    • SeleneseCommandErrorException

      public SeleneseCommandErrorException​(Error error)
      Constructor.
      Parameters:
      error - error object.
  • Method Details

    • getError

      public Error getError()
      Get error result.
      Returns:
      error result.