Package org.openqa.selenium.interactions
Class MoveTargetOutOfBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openqa.selenium.WebDriverException
org.openqa.selenium.interactions.MoveTargetOutOfBoundsException
- All Implemented Interfaces:
 Serializable
Indicates that the target provided to the actions move() method is invalid - outside of the size
 of the window.
- See Also:
 
- 
Field Summary
Fields inherited from class org.openqa.selenium.WebDriverException
BASE_SUPPORT_URL, DRIVER_INFO, SESSION_ID - 
Constructor Summary
ConstructorsConstructorDescriptionMoveTargetOutOfBoundsException(@Nullable String message) MoveTargetOutOfBoundsException(@Nullable String message, @Nullable Throwable cause) MoveTargetOutOfBoundsException(@Nullable Throwable cause)  - 
Method Summary
Methods inherited from class org.openqa.selenium.WebDriverException
addInfo, getAdditionalInformation, getBuildInformation, getDriverName, getHostInformation, getMessage, getRawMessage, getSupportUrl, getSystemInformationMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
MoveTargetOutOfBoundsException
 - 
MoveTargetOutOfBoundsException
 - 
MoveTargetOutOfBoundsException
 
 -