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, rejectedObjects) ClassNotFoundConfigurationException (String msg, Throwable cause, ErrorIdentifier error, rejectedObjects) |
الأساليب العامة | |
---|---|
getRejectedObjects () إرجاع خريطة فئة الكائن التي تم رفضها. |
المنشأت العامة
ClassNotFoundConfigurationException
public ClassNotFoundConfigurationException (String msg, Throwable cause, ErrorIdentifier error, String className, String objectType)
ينشئ ClassNotFoundConfigurationException
.
حدود | |
---|---|
msg | String : رسالة خطأ ذات مغزى |
cause | Throwable : ERROR(/Throwable) الذي يمثل السبب الأصلي للخطأ |
error | ErrorIdentifier : ErrorIdentifier المرتبط بالاستثناء |
className | String : فئة الكائن الذي لم يتم العثور عليه |
objectType | String : نوع الكائن Tradefed للكائن الذي لم يتم العثور عليه |
ClassNotFoundConfigurationException
public ClassNotFoundConfigurationException (String msg, Throwable cause, ErrorIdentifier error,rejectedObjects)
ينشئ ClassNotFoundConfigurationException
.
حدود | |
---|---|
msg | String : رسالة خطأ ذات مغزى |
cause | Throwable : ERROR(/Throwable) الذي يمثل السبب الأصلي للخطأ |
error | ErrorIdentifier : ErrorIdentifier المرتبط بالاستثناء |
rejectedObjects |
الأساليب العامة
getRejectedObjects
publicgetRejectedObjects ()
إرجاع خريطة فئة الكائن التي تم رفضها.
عائدات | |
---|---|