CarryInterruptedException

public class CarryInterruptedException
extends Object

java.lang.Object
   ↳ com.android.tradefed.testtype.junit4.CarryInterruptedException


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

요약

공개 생성자

CarryInterruptedException(InterruptedException e)

공개 메서드

InterruptedException getInterruptedException()

공개 생성자

CarryInterruptedException

public CarryInterruptedException (InterruptedException e)

매개변수
e InterruptedException

공개 메서드

getInterruptedException

public InterruptedException getInterruptedException ()

반환 값
InterruptedException