org.openqa.selenium.interactions
Class InvalidCoordinatesException

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.interactions.InvalidCoordinatesException
All Implemented Interfaces:
Serializable

public class InvalidCoordinatesException
extends WebDriverException

Indicates that the coordinates provided to an interactions operation are invalid. This, most likely, means that a move operation was provided with invalid coordinates or that an action that depends on mouse position (like click) was not preceeded by a move operation.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openqa.selenium.WebDriverException
DRIVER_INFO, SESSION_ID
 
Constructor Summary
InvalidCoordinatesException(String message)
           
 
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

InvalidCoordinatesException

public InvalidCoordinatesException(String message)


Copyright © 2013. All Rights Reserved.