UiObjectNotFoundException

public class UiObjectNotFoundException
extends Exception

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


UiSelector选择器无法与显示的任何UI元素匹配时,在测试运行中生成。

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