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

ClassNotFoundConfigurationException(String msg, Throwable cause, ErrorIdentifier error, rejectedObjects)

可建立 ClassNotFoundConfigurationException

公用方法

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 :載入失敗的物件對應。

公用方法

getdecObjects

public  getRejectedObjects ()

傳回拒絕的物件類別對應。

傳回