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

거부된 객체 클래스의 맵을 반환합니다.

보고