Searched defs:UiObjectNotFoundException (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObjectNotFoundException.java27 public class UiObjectNotFoundException extends Exception { class in inherits:Exception
34 public UiObjectNotFoundException(String msg) { method in class:UiObjectNotFoundException
41 public UiObjectNotFoundException(String detailMessage, Throwable throwable) { method in class:UiObjectNotFoundException
48 public UiObjectNotFoundException(Throwable throwable) { method in class:UiObjectNotFoundException

Completed in 201 milliseconds