ClassNotFoundConfigurationException
public class ClassNotFoundConfigurationException
extends ConfigurationException
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 () 거부된 객체 클래스의 맵을 반환합니다. |
공개 생성자
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
publicgetRejectedObjects ()
거부된 객체 클래스의 맵을 반환합니다.
보고 | |
---|---|