ข้อยกเว้นการกำหนดค่า

public class ConfigurationException
extends HarnessException

java.lang.Object
com.android.tradefed.error.HarnessException
  com.android.tradefed.config.ConfigurationException


แสดงหากโหลดการกำหนดค่าไม่ได้

สรุป

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

ConfigurationException(String msg)

สร้าง ConfigurationException

ConfigurationException(String msg, ErrorIdentifier error)

สร้าง ConfigurationException

ConfigurationException(String msg, Throwable cause)

สร้าง ConfigurationException

ConfigurationException(String msg, Throwable cause, ErrorIdentifier error)

สร้าง ConfigurationException

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

ข้อยกเว้นการกำหนดค่า

public ConfigurationException (String msg)

สร้าง ConfigurationException

พารามิเตอร์
msg String: ข้อความแสดงข้อผิดพลาดที่มีความหมาย

ข้อยกเว้นการกำหนดค่า

public ConfigurationException (String msg, 
                ErrorIdentifier error)

สร้าง ConfigurationException

พารามิเตอร์
msg String: ข้อความแสดงข้อผิดพลาดที่มีความหมาย

error ErrorIdentifier: ErrorIdentifier ที่เชื่อมโยงกับข้อยกเว้น

ข้อยกเว้นการกำหนดค่า

public ConfigurationException (String msg, 
                Throwable cause)

สร้าง ConfigurationException

พารามิเตอร์
msg String: ข้อความแสดงข้อผิดพลาดที่มีความหมาย

cause Throwable: Throwable ที่แสดงสาเหตุดั้งเดิมของข้อผิดพลาด

ข้อยกเว้นการกำหนดค่า

public ConfigurationException (String msg, 
                Throwable cause, 
                ErrorIdentifier error)

สร้าง ConfigurationException

พารามิเตอร์
msg String: ข้อความแสดงข้อผิดพลาดที่มีความหมาย

cause Throwable: Throwable ที่แสดงสาเหตุดั้งเดิมของข้อผิดพลาด

error ErrorIdentifier: ErrorIdentifier ที่เชื่อมโยงกับข้อยกเว้น