AmbiguousElementMatcherException

public final class AmbiguousElementMatcherException extends RuntimeException implements EspressoException


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

Summary

Public constructors

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public constructors

AmbiguousElementMatcherException

public AmbiguousElementMatcherException(String xpath)