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: 見つからなかったオブジェクトの Tradefed オブジェクト タイプ

ClassNotFoundConfigurationException

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

ClassNotFoundConfigurationException を作成します。

パラメータ
msg String: 意味のあるエラー メッセージ

cause Throwable: エラーの元の原因を表す Throwable

error ErrorIdentifier: 例外に関連付けられている ErrorIdentifier

rejectedObjects : 読み込みに失敗したオブジェクトのマップ。

パブリック メソッド

getRejectedObjects

public  getRejectedObjects ()

拒否されたオブジェクト クラスのマップを返します。

戻り値