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: نوع عنصر Tradefed للعنصر الذي لم يتم العثور عليه

ClassNotFoundConfigurationException

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

لإنشاء ClassNotFoundConfigurationException.

المعلمات
msg String: رسالة خطأ ذات معنى

cause Throwable: Throwable الذي يمثّل السبب الأصلي للخطأ

error ErrorIdentifier: ErrorIdentifier المرتبط بالإستثناء

rejectedObjects : خريطة العناصر التي تعذّر تحميلها

الطرق العامة

getRejectedObjects

public  getRejectedObjects ()

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

المرتجعات