CarryInterruptedException
public class CarryInterruptedException
extends Object
java.lang.객체 | |
↳ | com.android.tradefed.testtype.junit4.CarryInterruptedException |
테스트 단계 제한 시간이 트리거되고 InterruptedException이 테스트 실행 스레드에서 호출 실행 스레드로 전달되어야 하는 경우 발생합니다.
요약
공개 생성자 | |
---|---|
CarryInterruptedException (InterruptedException e) |
공개 방법 | |
---|---|
InterruptedException | getInterruptedException () |
공개 생성자
CarryInterruptedException
public CarryInterruptedException (InterruptedException e)
매개변수 | |
---|---|
e | InterruptedException |
공개 방법
getInterruptedException
public InterruptedException getInterruptedException ()
보고 | |
---|---|
InterruptedException |