OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ElementNotFoundException
(Results
1 - 14
of
14
) sorted by null
/external/droiddriver/src/com/google/android/droiddriver/exceptions/
ElementNotFoundException.java
25
public class
ElementNotFoundException
extends DroidDriverException {
26
public
ElementNotFoundException
(Finder finder) {
30
public
ElementNotFoundException
(Finder finder, Throwable cause) {
34
public
ElementNotFoundException
(String message) {
38
public
ElementNotFoundException
(String message, Throwable cause) {
/external/droiddriver/src/com/google/android/droiddriver/finders/
MatchFinder.java
22
import com.google.android.droiddriver.exceptions.
ElementNotFoundException
;
54
} catch (
ElementNotFoundException
enfe) {
58
throw new
ElementNotFoundException
(this);
Finder.java
20
import com.google.android.droiddriver.exceptions.
ElementNotFoundException
;
33
* @throws
ElementNotFoundException
If no matching elements are found
By.java
22
import com.google.android.droiddriver.exceptions.
ElementNotFoundException
;
233
} catch (
ElementNotFoundException
enfe) {
ByXPath.java
23
import com.google.android.droiddriver.exceptions.
ElementNotFoundException
;
95
throw new
ElementNotFoundException
(this);
102
throw new
ElementNotFoundException
(this, e);
/external/droiddriver/src/com/google/android/droiddriver/helpers/
PollingListeners.java
5
import com.google.android.droiddriver.exceptions.
ElementNotFoundException
;
22
} catch (
ElementNotFoundException
enfe) {
ScrollerHelper.java
21
import com.google.android.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/com/google/android/droiddriver/
Poller.java
19
import com.google.android.droiddriver.exceptions.
ElementNotFoundException
;
92
} catch (
ElementNotFoundException
e) {
113
} catch (
ElementNotFoundException
enfe) {
DroidDriver.java
19
import com.google.android.droiddriver.exceptions.
ElementNotFoundException
;
77
* @throws
ElementNotFoundException
If no matching elements are found
/external/droiddriver/src/com/google/android/droiddriver/scroll/
Scroller.java
20
import com.google.android.droiddriver.exceptions.
ElementNotFoundException
;
38
* @throws
ElementNotFoundException
If no match is found
53
* @throws
ElementNotFoundException
If no match is found
StepBasedScroller.java
25
import com.google.android.droiddriver.exceptions.
ElementNotFoundException
;
100
ElementNotFoundException
exception = new
ElementNotFoundException
(itemFinder);
160
} catch (
ElementNotFoundException
e) {
DynamicSentinelStrategy.java
22
import com.google.android.droiddriver.exceptions.
ElementNotFoundException
;
84
} catch (
ElementNotFoundException
e) {
SentinelStrategy.java
22
import com.google.android.droiddriver.exceptions.
ElementNotFoundException
;
64
throw new
ElementNotFoundException
(this);
/external/droiddriver/src/com/google/android/droiddriver/base/
BaseDroidDriver.java
23
import com.google.android.droiddriver.exceptions.
ElementNotFoundException
;
49
} catch (
ElementNotFoundException
enfe) {
Completed in 83 milliseconds