FileDocCategorySizeDatePackage
UiObjectNotFoundException.javaAPI DocAndroid 5.1 API1353Thu Mar 12 22:22:08 GMT 2015com.android.uiautomator.core

UiObjectNotFoundException

public class UiObjectNotFoundException extends Exception
Generated in test runs when a {@link UiSelector} selector could not be matched to any UI element displayed.
since
API Level 16

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public UiObjectNotFoundException(String msg)

since
API Level 16


             
       
        super(msg);
    
public UiObjectNotFoundException(String detailMessage, Throwable throwable)

since
API Level 16

        super(detailMessage, throwable);
    
public UiObjectNotFoundException(Throwable throwable)

since
API Level 16

        super(throwable);
    
Methods Summary