ClassNotFoundConfigurationException

public class ClassNotFoundConfigurationException
extends ConfigurationException

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


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

สรุป

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

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

สร้าง ClassNotFoundConfigurationException

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

สร้าง ClassNotFoundConfigurationException

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

getRejectedObjects()

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

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

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: ประเภทออบเจ็กต์ที่เทรดของออบเจ็กต์ที่ไม่พบ

ClassNotFoundConfigurationException

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

สร้าง ClassNotFoundConfigurationException

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

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

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

rejectedObjects : แผนที่ของวัตถุที่โหลดไม่สำเร็จ

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

getRejectedObjects

public  getRejectedObjects ()

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

คิกรีเทิร์น