HomeSort by relevance Sort by last modified time
    Searched defs:DroidDriverException (Results 1 - 3 of 3) sorted by null

  /external/droiddriver/src/io/appium/droiddriver/exceptions/
DroidDriverException.java 25 public class DroidDriverException extends RuntimeException {
26 public DroidDriverException(String message) {
30 public DroidDriverException(Throwable cause) {
34 public DroidDriverException(String message, Throwable cause) {
41 * Error}, or else as a last resort, wraps it in a {@code DroidDriverException} and then
42 * propagates. <p> This method always throws an exception. The {@code DroidDriverException} return
52 * throw DroidDriverException.propagate(t);
61 public static DroidDriverException propagate(Throwable throwable) {
68 throw new DroidDriverException(throwable);
  /prebuilts/misc/common/droiddriver/
droiddriver-0.9.jar 
droiddriver-1.0.0-BETA1.jar 

Completed in 63 milliseconds