org.openqa.selenium.chrome
Class ChromeNotRunningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openqa.selenium.WebDriverException
org.openqa.selenium.chrome.ChromeNotRunningException
- All Implemented Interfaces:
- java.io.Serializable
public class ChromeNotRunningException
- extends WebDriverException
Exception used to signal that Chrome is not (or is no longer) running.
- Author:
- [email protected] (Jason Leyba)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ChromeNotRunningException
public ChromeNotRunningException()
ChromeNotRunningException
public ChromeNotRunningException(java.lang.String message)
ChromeNotRunningException
public ChromeNotRunningException(java.lang.Throwable cause)
ChromeNotRunningException
public ChromeNotRunningException(java.lang.String message,
java.lang.Throwable cause)
Copyright © 2010. All Rights Reserved.