Home
last modified time | relevance | path

Searched defs:TestHelperException (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/exceptions/
DTestHelperException.java23 public class TestHelperException extends RuntimeException { class
24 public TestHelperException(String message) { in TestHelperException() method in TestHelperException
28 public TestHelperException(Throwable cause) { in TestHelperException() method in TestHelperException
32 public TestHelperException(String message, Throwable cause) { in TestHelperException() method in TestHelperException