UiObjectNotFoundException

public class UiObjectNotFoundException
extends Exception

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ android.support.test.uiautomator.UiObjectNotFoundException


Generated in test runs when a UiSelector selector could not be matched to any UI element displayed.

Summary

Public constructors

UiObjectNotFoundException(String msg)
UiObjectNotFoundException(String detailMessage, Throwable throwable)
UiObjectNotFoundException(Throwable throwable)

Inherited methods

From class java.lang.Throwable
From class java.lang.Object

Public constructors

UiObjectNotFoundException

UiObjectNotFoundException (String msg)

Parameters
msg String

UiObjectNotFoundException

UiObjectNotFoundException (String detailMessage, 
                Throwable throwable)

Parameters
detailMessage String

throwable Throwable

UiObjectNotFoundException

UiObjectNotFoundException (Throwable throwable)

Parameters
throwable Throwable