Package com.applitools.eyes
Class EyesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.applitools.eyes.EyesException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NotSupportedException
public class EyesException extends RuntimeException
Applitools Eyes Exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EyesException(String message)Creates an EyesException instance.EyesException(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
-
EyesException
public EyesException(String message)
Creates an EyesException instance.- Parameters:
message- A description of the error.
-
-