Package jp.vmi.selenium.selenese
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
-
Field Summary
Fields inherited from class org.openqa.selenium.WebDriverException
BASE_SUPPORT_URL, DRIVER_INFO, SESSION_ID -
Constructor Summary
Constructors Constructor Description SeleneseCommandErrorException(String message)Constructor.SeleneseCommandErrorException(Error error)Constructor. -
Method Summary
Methods inherited from class org.openqa.selenium.WebDriverException
addInfo, getAdditionalInformation, getBuildInformation, getDriverName, getMessage, getSupportUrl, getSystemInformationMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SeleneseCommandErrorException
Constructor.- Parameters:
message- error message.
-
SeleneseCommandErrorException
Constructor.- Parameters:
error- error object.
-
-
Method Details
-
getError
Get error result.- Returns:
- error result.
-