Package org.openqa.selenium
Class UnsupportedCommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openqa.selenium.WebDriverException
org.openqa.selenium.UnsupportedCommandException
- All Implemented Interfaces:
Serializable
Used to indicate that a command used by the remote webdriver is unsupported.
- See Also:
-
Field Summary
Fields inherited from class org.openqa.selenium.WebDriverException
BASE_SUPPORT_URL, DRIVER_INFO, SESSION_ID
-
Constructor Summary
ConstructorsConstructorDescriptionUnsupportedCommandException
(String message) UnsupportedCommandException
(String message, Throwable cause) -
Method Summary
Methods inherited from class org.openqa.selenium.WebDriverException
addInfo, getAdditionalInformation, getBuildInformation, getDriverName, getHostInformation, getMessage, getRawMessage, getSupportUrl, getSystemInformation
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedCommandException
public UnsupportedCommandException() -
UnsupportedCommandException
-
UnsupportedCommandException
-
UnsupportedCommandException
-