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 : 로드에 실패한 객체의 맵입니다.

공개 메서드

get거부된 객체

public  getRejectedObjects ()

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

반환 값