Searched refs:throwable (Results 1 – 3 of 3) sorted by relevance
30 public AuptTerminator(String detailMessage, Throwable throwable) { in AuptTerminator() argument31 super(detailMessage, throwable); in AuptTerminator()38 public AuptTerminator(Throwable throwable) { in AuptTerminator() argument39 super(throwable); in AuptTerminator()
262 Throwable throwable = failure.getException(); in testStopsEarly_ifBatteryLevelIsBelowThreshold() local266 throwable.getClass()), in testStopsEarly_ifBatteryLevelIsBelowThreshold()267 throwable instanceof TerminateEarlyException); in testStopsEarly_ifBatteryLevelIsBelowThreshold()268 assertThat(throwable) in testStopsEarly_ifBatteryLevelIsBelowThreshold()289 Throwable throwable = failure.getException(); in testStopsEarly_ifBatteryDrainIsAboveThreshold() local293 throwable.getClass()), in testStopsEarly_ifBatteryDrainIsAboveThreshold()294 throwable instanceof TerminateEarlyException); in testStopsEarly_ifBatteryDrainIsAboveThreshold()295 assertThat(throwable) in testStopsEarly_ifBatteryDrainIsAboveThreshold()
389 public ChecksumValidationException(String detailMessage, Throwable throwable) { in ChecksumValidationException() argument390 super(detailMessage, throwable); in ChecksumValidationException()