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 :未找到的对象的 Tradefed 对象类型 |
ClassNotFoundConfigurationException
public ClassNotFoundConfigurationException (String msg, Throwable cause, ErrorIdentifier error,rejectedObjects)
创建 ClassNotFoundConfigurationException
。
参数 | |
---|---|
msg |
String :有意义的错误消息 |
cause |
Throwable :表示错误的原始原因的 Throwable |
error |
ErrorIdentifier :与异常关联的 ErrorIdentifier |
rejectedObjects |
:加载失败的对象的地图。 |
公共方法
getRejectedObjects
publicgetRejectedObjects ()
返回被拒绝的对象类的映射。
返回 | |
---|---|
|