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, String className, String objectType)

يقوم بإنشاء ClassNotFoundConfigurationException .

ClassNotFoundConfigurationException (String msg, Throwable cause, ErrorIdentifier error, rejectedObjects) 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 ()

إرجاع خريطة فئة الكائن التي تم رفضها.

عائدات