Package com.applitools.eyes
Class OutOfBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.applitools.eyes.EyesException
com.applitools.eyes.OutOfBoundsException
- All Implemented Interfaces:
Serializable
public class OutOfBoundsException
extends com.applitools.eyes.EyesException
Applitools Eyes exception indicating the a geometrical element is out of
bounds (point outside a region, region outside another region etc.)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOutOfBoundsException(String message) OutOfBoundsException(String message, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OutOfBoundsException
-
OutOfBoundsException
-