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(String msg, Throwable cause, ErrorIdentifier error,
|
الطرق العامة | |
---|---|
|
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 |
: خريطة العناصر التي تعذّر تحميلها |
الطرق العامة
الحصول على عناصر مرفضة
publicgetRejectedObjects ()
تعرض خريطة فئة العنصر التي تم رفضها.
المرتجعات | |
---|---|
|