org.openqa.selenium
Class XPathLookupException

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 org.openqa.selenium.NoSuchElementException
                          extended by org.openqa.selenium.InvalidSelectorException
                              extended by org.openqa.selenium.XPathLookupException
All Implemented Interfaces:
Serializable

Deprecated. Use InvalidSelectorException instead

@Deprecated
public class XPathLookupException
extends InvalidSelectorException

See Also:
Serialized Form

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

XPathLookupException

public XPathLookupException(String message)
Deprecated. 

XPathLookupException

public XPathLookupException(String message,
                            Throwable cause)
Deprecated. 


Copyright © 2013. All Rights Reserved.