Class EyesDriverOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.applitools.eyes.EyesException
-
- com.applitools.eyes.selenium.exceptions.EyesDriverOperationException
-
- All Implemented Interfaces:
Serializable
public class EyesDriverOperationException extends com.applitools.eyes.EyesExceptionEncapsulates an error when trying to perform an action using WebDriver.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EyesDriverOperationException(String message)Creates an EyesException instance.EyesDriverOperationException(String message, Throwable e)Creates an EyesException instance.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
EyesDriverOperationException
public EyesDriverOperationException(String message)
Creates an EyesException instance.- Parameters:
message- A description of the error.
-
-