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

返回被拒绝的对象类的映射。

返回