Searched refs:ElementNotFoundException (Results 1 - 14 of 14) sorted by relevance

/external/droiddriver/src/io/appium/droiddriver/exceptions/
H A DElementNotFoundException.java25 public class ElementNotFoundException extends DroidDriverException { class in inherits:DroidDriverException
26 public ElementNotFoundException(Finder finder) { method in class:ElementNotFoundException
30 public ElementNotFoundException(Finder finder, Throwable cause) { method in class:ElementNotFoundException
34 public ElementNotFoundException(String message) { method in class:ElementNotFoundException
38 public ElementNotFoundException(String message, Throwable cause) { method in class:ElementNotFoundException
/external/droiddriver/src/io/appium/droiddriver/finders/
H A DMatchFinder.java22 import io.appium.droiddriver.exceptions.ElementNotFoundException;
54 } catch (ElementNotFoundException enfe) {
58 throw new ElementNotFoundException(this);
H A DFinder.java20 import io.appium.droiddriver.exceptions.ElementNotFoundException;
33 * @throws ElementNotFoundException If no matching elements are found
H A DBy.java22 import io.appium.droiddriver.exceptions.ElementNotFoundException;
245 } catch (ElementNotFoundException enfe) {
H A DByXPath.java44 import io.appium.droiddriver.exceptions.ElementNotFoundException;
95 throw new ElementNotFoundException(this);
102 throw new ElementNotFoundException(this, e);
/external/droiddriver/src/io/appium/droiddriver/helpers/
H A DPollingListeners.java5 import io.appium.droiddriver.exceptions.ElementNotFoundException;
23 } catch (ElementNotFoundException enfe) {
H A DScrollerHelper.java21 import io.appium.droiddriver.exceptions.ElementNotFoundException;
47 * @throws ElementNotFoundException If no match is found
61 * @throws ElementNotFoundException If no match is found
77 } catch (ElementNotFoundException e) {
/external/droiddriver/src/io/appium/droiddriver/
H A DPoller.java19 import io.appium.droiddriver.exceptions.ElementNotFoundException;
92 } catch (ElementNotFoundException e) {
113 } catch (ElementNotFoundException enfe) {
H A DDroidDriver.java19 import io.appium.droiddriver.exceptions.ElementNotFoundException;
77 * @throws ElementNotFoundException If no matching elements are found
/external/droiddriver/src/io/appium/droiddriver/scroll/
H A DScroller.java20 import io.appium.droiddriver.exceptions.ElementNotFoundException;
36 * @throws ElementNotFoundException If no match is found
49 * @throws ElementNotFoundException If no match is found
H A DStepBasedScroller.java23 import io.appium.droiddriver.exceptions.ElementNotFoundException;
100 ElementNotFoundException exception = new ElementNotFoundException(itemFinder);
160 } catch (ElementNotFoundException e) {
H A DDynamicSentinelStrategy.java22 import io.appium.droiddriver.exceptions.ElementNotFoundException;
84 } catch (ElementNotFoundException e) {
H A DSentinelStrategy.java24 import io.appium.droiddriver.exceptions.ElementNotFoundException;
64 throw new ElementNotFoundException(this);
/external/droiddriver/src/io/appium/droiddriver/base/
H A DBaseDroidDriver.java25 import io.appium.droiddriver.exceptions.ElementNotFoundException;
51 } catch (ElementNotFoundException enfe) {

Completed in 202 milliseconds