Package com.applitools.eyes.exceptions
Class NotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.applitools.eyes.EyesException
com.applitools.eyes.exceptions.NotSupportedException
- All Implemented Interfaces:
Serializable
Encapsulates an error when a type or action is not supported.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotSupportedException(String message) NotSupportedException(String message, Throwable e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotSupportedException
-
NotSupportedException
-