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 ()

لعرض خريطة فئة العنصر المرفوضة.

المرتجعات