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