Package org.openqa.selenium.firefox
Class UnableToCreateProfileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openqa.selenium.WebDriverException
-
- org.openqa.selenium.firefox.UnableToCreateProfileException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnableToCreateProfileException extends WebDriverException
- 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 UnableToCreateProfileException(java.lang.String message)
UnableToCreateProfileException(java.lang.Throwable e)
-
Method Summary
-
Methods inherited from class org.openqa.selenium.WebDriverException
addInfo, getAdditionalInformation, getBuildInformation, getDriverName, getHostInformation, getMessage, getRawMessage, getSupportUrl, getSystemInformation
-
-