ข้อยกเว้นที่หยุดทำงาน

public class RunInterruptedException
extends HarnessRuntimeException

java.lang.Object
com.android.tradefed.error.HarnessRuntimeException
  com.android.tradefed.util.รันไทม์


แสดงเมื่อการดำเนินการเรียกใช้ถูกขัดจังหวะโดยคำขอภายนอก

สรุป

ช่างก่อสร้างสาธารณะ

RunInterruptedException(String message, ErrorIdentifier errorId)

สร้าง RunInterruptedException

RunInterruptedException(String message, Throwable cause, ErrorIdentifier errorId)

สร้าง RunInterruptedException

ช่างก่อสร้างสาธารณะ

ข้อยกเว้นที่หยุดทำงาน

public RunInterruptedException (String message, 
                ErrorIdentifier errorId)

สร้าง RunInterruptedException

พารามิเตอร์
message String: ข้อความที่เชื่อมโยงกับข้อยกเว้น

errorId ErrorIdentifier: ErrorIdentifier จัดหมวดหมู่ข้อยกเว้น

ข้อยกเว้นที่หยุดทำงาน

public RunInterruptedException (String message, 
                Throwable cause, 
                ErrorIdentifier errorId)

สร้าง RunInterruptedException

พารามิเตอร์
message String: ข้อความที่เชื่อมโยงกับข้อยกเว้น

cause Throwable: สาเหตุของข้อยกเว้น

errorId ErrorIdentifier: ErrorIdentifier จัดหมวดหมู่ข้อยกเว้น