Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java172 public Throwable getLastThrownException() { in getLastThrownException() method in InvocationExecution.TestThread
1506 if (testThread.getLastThrownException() != null) { in runTestThread()
1507 throw testThread.getLastThrownException(); in runTestThread()