Class MatcherError

  • All Implemented Interfaces:
    java.io.Serializable

    @ParametersAreNonnullByDefault
    public class MatcherError
    extends UIAssertionError
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MatcherError​(java.lang.String matcher, java.lang.String predicateDescription, java.lang.String explanation, WebElementsCollection collection, java.util.List<org.openqa.selenium.WebElement> actualElements, java.lang.Exception lastError, long timeoutMs)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MatcherError

        public MatcherError​(java.lang.String matcher,
                            java.lang.String predicateDescription,
                            @Nullable
                            java.lang.String explanation,
                            WebElementsCollection collection,
                            java.util.List<org.openqa.selenium.WebElement> actualElements,
                            @Nullable
                            java.lang.Exception lastError,
                            long timeoutMs)