ClassNotFoundConfigurationException

public class ClassNotFoundConfigurationException
extends ConfigurationException

java.lang.Object
   ↳ com.android.tradefed.error.TriggerException
     ↳ com.android.tradefed.config.ConfigurationException
       ↳ com.android.tradefed.config.ClassNotFoundConfigurationException


ConfigurationException khi không tìm thấy lớp của một đối tượng.

Tóm tắt

Hàm khởi tạo công khai

ClassNotFoundConfigurationException(String msg, Throwable cause, ErrorIdentifier error, rejectedObjects)

Tạo ClassNotFoundConfigurationException.

ClassNotFoundConfigurationException(String msg, Throwable cause, ErrorIdentifier error, String className, String objectType)

Tạo ClassNotFoundConfigurationException.

Phương thức công khai

getRejectedObjects()

Trả về bản đồ của lớp đối tượng đã bị từ chối.

Hàm khởi tạo công khai

ClassNotFoundConfigurationException

public ClassNotFoundConfigurationException (String msg, 
                Throwable cause, 
                ErrorIdentifier error, 
                 rejectedObjects)

Tạo ClassNotFoundConfigurationException.

Tham số
msg String: thông báo lỗi có ý nghĩa

cause Throwable: Throwable đại diện cho nguyên nhân ban đầu của lỗi

error ErrorIdentifier: ErrorIdentifier liên kết với ngoại lệ

rejectedObjects : Bản đồ của các đối tượng không tải được.

ClassNotFoundConfigurationException

public ClassNotFoundConfigurationException (String msg, 
                Throwable cause, 
                ErrorIdentifier error, 
                String className, 
                String objectType)

Tạo ClassNotFoundConfigurationException.

Tham số
msg String: một thông báo lỗi có ý nghĩa

cause Throwable: Throwable đại diện cho nguyên nhân ban đầu của lỗi

error ErrorIdentifier: ErrorIdentifier liên kết với ngoại lệ

className String: lớp của đối tượng không tìm thấy

objectType String: loại đối tượng Tradefed của đối tượng không tìm thấy

Phương thức công khai

Đối tượng bị từ chối

public  getRejectedObjects ()

Trả về bản đồ của lớp đối tượng bị từ chối.

Giá trị trả về