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:
java.io.Serializable
@API(type=NOT_EXTENDABLE, src=PUBLIC) public class ElementLocatorException extends java.lang.Exception
Exception thrown when an element locator fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ElementLocatorException(java.lang.String message)
Constructor.ElementLocatorException(java.lang.String message, java.lang.Throwable cause)
Constructor.
-
-
-
Constructor Detail
-
ElementLocatorException
public ElementLocatorException(java.lang.String message)
Constructor.- Parameters:
message
- The exception message.
-
ElementLocatorException
public ElementLocatorException(java.lang.String message, java.lang.Throwable cause)
Constructor.- Parameters:
message
- The exception message.cause
- The cause of the exception.
-
-