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
Applitools Eyes Exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEyesException(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 Details
-
EyesException
Creates an EyesException instance.- Parameters:
message- A description of the error.
-
EyesException
-