Searched refs:throwable (Results 1 – 10 of 10) sorted by relevance
175 thread.setUncaughtExceptionHandler((t, throwable) -> throwableRef.set(throwable)); in execute()179 Throwable throwable = throwableRef.get(); in execute() local180 if (throwable != null) { in execute()181 throw Throwables.propagate(throwable); in execute()
154 private String getStackTrace(Throwable throwable) { in getStackTrace() argument158 throwable.printStackTrace(bytePrintStream); in getStackTrace()
70 AssumptionViolatedException throwable = new AssumptionViolatedException(trace); in testAssumptionFailure() local71 mJUnitListener.addError(test, throwable); in testAssumptionFailure()
1103 Throwable throwable, in setupMockListeners() argument1116 if (throwable == null) { in setupMockListeners()1120 mMockDevice.postInvocationTearDown(throwable); in setupMockListeners()1124 if (!(throwable instanceof BuildRetrievalError)) { in setupMockListeners()1149 throwable.getMessage(), FailureStatus.INFRA_FAILURE) in setupMockListeners()1150 .setCause(throwable); in setupMockListeners()1151 if (throwable instanceof BuildRetrievalError) { in setupMockListeners()1153 } else if (throwable instanceof BuildError in setupMockListeners()1154 || throwable instanceof TargetSetupError) { in setupMockListeners()1167 if (throwable instanceof BuildRetrievalError) { in setupMockListeners()[all …]
437 Throwable throwable = null; in run() local452 throwable = t; in run()455 if (!(throwable instanceof DeviceNotAvailableException)) { in run()
282 public static String getStackTrace(Throwable throwable) { in getStackTrace() argument286 throwable.printStackTrace(bytePrintStream); in getStackTrace()
125 public void tearDown(ITestDevice testDevice, IBuildInfo buildInfo, Throwable throwable) in tearDown() argument
405 Throwable throwable, in runMultiTargetPreparersTearDown() argument427 multipreparer.tearDown(testInfo, throwable); in runMultiTargetPreparersTearDown()
2291 public void setLastInvocationExitCode(ExitCode code, Throwable throwable) { in setLastInvocationExitCode() argument2293 mLastInvocationThrowable = throwable; in setLastInvocationExitCode()
... () private void consumeException (java.lang.Throwable) Throwable e public void setDirectConsole (java.lang ...