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

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

戻り値