Uses of Class
com.applitools.eyes.EyesException
-
Packages that use EyesException Package Description com.applitools.eyes com.applitools.eyes.exceptions com.applitools.utils -
-
Uses of EyesException in com.applitools.eyes
Methods in com.applitools.eyes that throw EyesException Modifier and Type Method Description voidEyesRunnable. run() -
Uses of EyesException in com.applitools.eyes.exceptions
Subclasses of EyesException in com.applitools.eyes.exceptions Modifier and Type Class Description classNotSupportedExceptionEncapsulates an error when a type or action is not supported. -
Uses of EyesException in com.applitools.utils
Methods in com.applitools.utils that throw EyesException Modifier and Type Method Description static voidGeneralUtils. tryRunTaskWithRetry(EyesRunnable task, long retryTimeoutSeconds, long sleepTimeBetweenRetiesMS, String errorMessageOnTimeout, Logger logger)
-