public final class

AmbiguousElementMatcherException

extends RuntimeException
implements EspressoException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ android.support.test.espresso.web.matcher.AmbiguousElementMatcherException

Class Overview

An exception which indicates that for a given XPath there were multiple Elements found when only 1 element was expected.

Summary

Public Constructors
AmbiguousElementMatcherException(String xpath)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public AmbiguousElementMatcherException (String xpath)