Home
last modified time | relevance | path

Searched refs:setupException (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleDefinition.java1523 Throwable setupException, in reportSetupFailure() argument
1541 CurrentInvocation.createFailure(StreamUtil.getStackTrace(setupException), null); in reportSetupFailure()
1542 if (setupException instanceof IHarnessException in reportSetupFailure()
1543 && ((IHarnessException) setupException).getErrorId() != null) { in reportSetupFailure()
1544 ErrorIdentifier id = ((IHarnessException) setupException).getErrorId(); in reportSetupFailure()
1547 failureDescription.setOrigin(((IHarnessException) setupException).getOrigin()); in reportSetupFailure()
1548 } else if (setupException instanceof RuntimeException) { in reportSetupFailure()
1556 failureDescription.setCause(setupException); in reportSetupFailure()
1562 if (setupException instanceof DeviceNotAvailableException) { in reportSetupFailure()
1567 throw (DeviceNotAvailableException) setupException; in reportSetupFailure()