Google berkomitmen untuk mendorong terwujudnya keadilan ras bagi komunitas Kulit Hitam. Lihat caranya.

ClassNotFoundConfigurationException

public class ClassNotFoundConfigurationException
extends ConfigurationException

java.lang.Objek
com.android.tradefed.error.HarnessException
com.android.tradefed.config.ConfigurationException
com.android.tradefed.config.ClassNotFoundConfigurationException


ConfigurationException ketika kelas objek tidak ditemukan.

Ringkasan

Konstruktor publik

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

Membuat ClassNotFoundConfigurationException .

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

Membuat ClassNotFoundConfigurationException .

Metode publik

getRejectedObjects ()

Mengembalikan peta kelas objek yang ditolak.

Konstruktor publik

ClassNotFoundConfigurationException

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

Membuat ClassNotFoundConfigurationException .

Parameter
msg String : pesan kesalahan yang bermakna

cause Throwable : ERROR(/Throwable) yang mewakili penyebab asli dari kesalahan

error ErrorIdentifier : ErrorIdentifier yang terkait dengan pengecualian

className String : kelas objek yang tidak ditemukan

objectType String : tipe objek Tradefed dari objek yang tidak ditemukan

ClassNotFoundConfigurationException

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

Membuat ClassNotFoundConfigurationException .

Parameter
msg String : pesan kesalahan yang bermakna

cause Throwable : ERROR(/Throwable) yang mewakili penyebab asli dari kesalahan

error ErrorIdentifier : ErrorIdentifier yang terkait dengan pengecualian

rejectedObjects : Peta objek yang gagal dimuat.

Metode publik

getRejectedObjects

public  getRejectedObjects ()

Mengembalikan peta kelas objek yang ditolak.

Pengembalian