Class ElementLocatorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ro.sync.ecss.extensions.api.link.ElementLocatorException
All Implemented Interfaces:
Serializable

@API(type=NOT_EXTENDABLE, src=PUBLIC) public class ElementLocatorException extends Exception
Exception thrown when an element locator fails.
See Also:
  • Constructor Details

    • ElementLocatorException

      public ElementLocatorException(String message)
      Constructor.
      Parameters:
      message - The exception message.
    • ElementLocatorException

      public ElementLocatorException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - The exception message.
      cause - The cause of the exception.