ClassNotFoundConfigurationException
public
class
ClassNotFoundConfigurationException
extends ConfigurationException
| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | 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 ()
傳回遭拒絕的物件類別對應項目。
| 傳回 | |
|---|---|
|
|