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

Constructor Summary
InvalidCoordinatesException(String message)
           
 
Method Summary
 
Methods inherited from class org.openqa.selenium.WebDriverException
getBuildInformation, getDriverInformation, getDriverName, getMessage, getSupportUrl, getSystemInformation, setSessionId
 
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 © 2012. All Rights Reserved.