io.appium.java_client
Class NoSuchContextException

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.NotFoundException
                      extended by io.appium.java_client.NoSuchContextException
All Implemented Interfaces:
Serializable

public class NoSuchContextException
extends org.openqa.selenium.NotFoundException

Thrown by WebDriver.switchTo().context(String name).

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openqa.selenium.WebDriverException
DRIVER_INFO, SESSION_ID
 
Constructor Summary
NoSuchContextException(String reason)
           
NoSuchContextException(String reason, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.openqa.selenium.WebDriverException
addInfo, getAdditionalInformation, getBuildInformation, getDriverName, getMessage, getSupportUrl, 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

NoSuchContextException

public NoSuchContextException(String reason)

NoSuchContextException

public NoSuchContextException(String reason,
                              Throwable cause)


Copyright © 2014. All rights reserved.