Searched refs:UnsatisfiedConditionException (Results 1 – 2 of 2) sorted by relevance
76 T check(DroidDriver driver, Finder finder) throws UnsatisfiedConditionException; in check()81 class UnsatisfiedConditionException extends Exception { class89 public UiElement check(DroidDriver driver, Finder finder) throws UnsatisfiedConditionException {93 throw new UnsatisfiedConditionException();108 public Void check(DroidDriver driver, Finder finder) throws UnsatisfiedConditionException {112 throw new UnsatisfiedConditionException();
79 } catch (UnsatisfiedConditionException uce) { in pollFor()