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