Class EyesDriverOperationException

  • All Implemented Interfaces:
    Serializable

    public class EyesDriverOperationException
    extends com.applitools.eyes.EyesException
    Encapsulates an error when trying to perform an action using WebDriver.
    See Also:
    Serialized Form
    • Constructor Detail

      • EyesDriverOperationException

        public EyesDriverOperationException​(String message)
        Creates an EyesException instance.
        Parameters:
        message - A description of the error.
      • EyesDriverOperationException

        public EyesDriverOperationException​(String message,
                                            Throwable e)
        Creates an EyesException instance.
        Parameters:
        message - A description of the error.
        e - The throwable this exception should wrap.