Package ro.sync.ecss.extensions.api.link
Class ElementLocatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ro.sync.ecss.extensions.api.link.ElementLocatorException
- All Implemented Interfaces:
Serializable
Exception thrown when an element locator fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionElementLocatorException
(String message) Constructor.ElementLocatorException
(String message, Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ElementLocatorException
Constructor.- Parameters:
message
- The exception message.
-
ElementLocatorException
Constructor.- Parameters:
message
- The exception message.cause
- The cause of the exception.
-