Searched defs:UnrecoverableException (Results 1 - 1 of 1) sorted by relevance

/external/droiddriver/src/io/appium/droiddriver/exceptions/
H A DUnrecoverableException.java22 * When an {@link UnrecoverableException} occurs, the rest of the tests are
27 public class UnrecoverableException extends RuntimeException { class in inherits:RuntimeException
28 public UnrecoverableException(String message) { method in class:UnrecoverableException
32 public UnrecoverableException(Throwable throwable) { method in class:UnrecoverableException

Completed in 94 milliseconds