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>