org.openqa.selenium.chrome
Class ChromeNotRunningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openqa.selenium.WebDriverException
                  extended by 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

Constructor Summary
ChromeNotRunningException()
           
ChromeNotRunningException(java.lang.String message)
           
ChromeNotRunningException(java.lang.String message, java.lang.Throwable cause)
           
ChromeNotRunningException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.openqa.selenium.WebDriverException
getDriverInformation, getDriverName, getMessage, getSystemInformation
 
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
 

Constructor Detail

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 © 2011. All Rights Reserved.