Class 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 Detail

      • SeleneseCommandErrorException

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

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

      • getError

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