Searched refs:throwable (Results 1 – 2 of 2) sorted by relevance
50 public void tearDown(ITestDevice device, IBuildInfo buildInfo, Throwable throwable) in tearDown() argument
389 public ChecksumValidationException(String detailMessage, Throwable throwable) { in ChecksumValidationException() argument390 super(detailMessage, throwable); in ChecksumValidationException()