Android APIs
public final class

NoMatchingRootException

extends RuntimeException
implements EspressoException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ android.support.test.espresso.NoMatchingRootException

Class Overview

Indicates that a given matcher did not match any Roots (windows) from those that are currently available.

Summary

Public Methods
static NoMatchingRootException create(Matcher<Root> rootMatcher, List<Root> roots)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Methods

public static NoMatchingRootException create (Matcher<Root> rootMatcher, List<Root> roots)