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 を作成します。

ClassNotFoundConfigurationException(String msg, Throwable cause, ErrorIdentifier error, Map<String, String> rejectedObjects)

ClassNotFoundConfigurationException を作成します。

パブリック メソッド

Map<String, String> 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, 
                Map<String, String> rejectedObjects)

ClassNotFoundConfigurationException を作成します。

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

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

error ErrorIdentifier: 例外に関連付けられた ErrorIdentifier

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

パブリック メソッド

getRejectedObjects

public Map<String, String> getRejectedObjects ()

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

戻り値
Map<String, String>