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, rejectedObjects) 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 ThrowableThrowableエラーの元の原因を表し

error ErrorIdentifierErrorIdentifier例外に関連付けられています

className String :見つかりませんでしたオブジェクトのクラス

objectType String :見つかりませんでしたオブジェクトのTradefedオブジェクト型

ClassNotFoundConfigurationException

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

作成ClassNotFoundConfigurationException

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

cause ThrowableThrowableエラーの元の原因を表し

error ErrorIdentifierErrorIdentifier例外に関連付けられています

rejectedObjects :ロードに失敗したオブジェクトのマップ。

パブリックメソッド

getRejectedObjects

public  getRejectedObjects ()

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

戻り値