Searched defs:ElementNotFoundException (Results 1 - 1 of 1) 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

Completed in 1444 milliseconds