ClassNotFound구성 예외
public class ClassNotFoundConfigurationException
extends ConfigurationException
java.lang.객체 | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.예외 | ||||
↳ | 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 (String msg, Throwable cause, ErrorIdentifier error, rejectedObjects) ClassNotFoundConfigurationException (String msg, Throwable cause, ErrorIdentifier error, rejectedObjects) |
공개 메서드 | |
---|---|
getRejectedObjects () 거부된 객체 클래스의 맵을 반환합니다. |
공개 생성자
ClassNotFound구성 예외
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 객체 유형 |
ClassNotFound구성 예외
public ClassNotFoundConfigurationException (String msg, Throwable cause, ErrorIdentifier error,rejectedObjects)
작성 ClassNotFoundConfigurationException
.
매개변수 | |
---|---|
msg | String : 의미있는 오류 메시지 |
cause | Throwable 다음 Throwable 오류의 원래 원인을 나타냅니다 |
error | ErrorIdentifier 다음 ErrorIdentifier 을 제외하고 관련 |
rejectedObjects |
공개 메서드
getRejectedObjects
publicgetRejectedObjects ()
거부된 객체 클래스의 맵을 반환합니다.
보고 | |
---|---|