com.opera.core.systems.scope.exceptions
Class WindowNotFoundException

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 com.opera.core.systems.scope.exceptions.WindowNotFoundException
All Implemented Interfaces:
Serializable

public class WindowNotFoundException
extends org.openqa.selenium.WebDriverException

See Also:
Serialized Form

Constructor Summary
WindowNotFoundException()
           
WindowNotFoundException(String message)
           
WindowNotFoundException(String message, Throwable cause)
           
WindowNotFoundException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.openqa.selenium.WebDriverException
getBuildInformation, getDriverInformation, 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

WindowNotFoundException

public WindowNotFoundException()

WindowNotFoundException

public WindowNotFoundException(String message)

WindowNotFoundException

public WindowNotFoundException(Throwable cause)

WindowNotFoundException

public WindowNotFoundException(String message,
                               Throwable cause)


Copyright © 2012. All Rights Reserved.