HomeSort by relevance Sort by last modified time
    Searched defs:ElementNotFoundException (Results 1 - 3 of 3) 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;
68 } catch (ElementNotFoundException enfe) {
72 throw new ElementNotFoundException(this);
ByXPath.java 23 import com.google.android.droiddriver.exceptions.ElementNotFoundException;
82 throw new ElementNotFoundException(this);
89 throw new ElementNotFoundException(this, e);

Completed in 189 milliseconds