CarryInterruptedException

public class CarryInterruptedException
extends RuntimeException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.android.tradefed.testtype.junit4.CarryInterruptedException


테스트 단계 제한 시간이 트리거되고 InterruptedException을 테스트 실행 스레드에서 호출 실행 스레드로 전달해야 할 때 발생합니다.

요약

공개 생성자

CarryInterruptedException(InterruptedException e)

공개 메서드

InterruptedException getInterruptedException()

공개 생성자

CarryInterruptedException

public CarryInterruptedException (InterruptedException e)

매개변수
e InterruptedException

공개 메서드

getInterruptedException

public InterruptedException getInterruptedException ()

반환
InterruptedException