Package com.applitools.eyes.exceptions
Class StaleElementReferenceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.applitools.eyes.exceptions.StaleElementReferenceException
-
- All Implemented Interfaces:
Serializable
public abstract class StaleElementReferenceException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StaleElementReferenceException()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidthrowException(String message)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
throwException
public abstract void throwException(String message)
-
-