ClassNotFoundConfigurationException

public class ClassNotFoundConfigurationException
extends ConfigurationException

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


ConfigurationException เมื่อไม่พบคลาสของออบเจ็กต์

สรุป

ตัวสร้างแบบสาธารณะ

ClassNotFoundConfigurationException(String msg, Throwable cause, ErrorIdentifier error, rejectedObjects)

สร้าง ClassNotFoundConfigurationException

ClassNotFoundConfigurationException(String msg, Throwable cause, ErrorIdentifier error, String className, String objectType)

สร้าง ClassNotFoundConfigurationException

เมธอดสาธารณะ

getRejectedObjects()

แสดงผลแมปของคลาสวัตถุที่ถูกปฏิเสธ

ตัวสร้างแบบสาธารณะ

ClassNotFoundConfigurationException

public ClassNotFoundConfigurationException (String msg, 
                Throwable cause, 
                ErrorIdentifier error, 
                 rejectedObjects)

สร้าง ClassNotFoundConfigurationException

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

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

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

rejectedObjects : แผนที่ของออบเจ็กต์ที่โหลดไม่สำเร็จ

ClassNotFoundConfigurationException

public ClassNotFoundConfigurationException (String msg, 
                Throwable cause, 
                ErrorIdentifier error, 
                String className, 
                String objectType)

สร้าง ClassNotFoundConfigurationException

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

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

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

className String: คลาสของออบเจ็กต์ที่ระบบไม่พบ

objectType String: ประเภทออบเจ็กต์ Tradefed ของออบเจ็กต์ที่ตรวจไม่พบ

วิธีการสาธารณะ

getRejectedObjects

public  getRejectedObjects ()

แสดงผลแผนที่ของคลาสออบเจ็กต์ที่ถูกปฏิเสธ

คิกรีเทิร์น