ClassNotFoundConfigurationException

public class ClassNotFoundConfigurationException
extends ConfigurationException

java.lang.Object
😎 com.android.tradefed.error.HarnessException
  😎 com.android.tradefed.config.ConfigurationException
    😎 com.android.tradefed.config.ClassNotFoundConfigurationException


ConfigurationException für den Fall, dass die Klasse eines Objekts nicht gefunden wurde.

Zusammenfassung

Öffentliche Konstruktoren

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

Erstellt ein ClassNotFoundConfigurationException.

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

Erstellt ein ClassNotFoundConfigurationException.

Öffentliche Methoden

getRejectedObjects()

Gibt die Karte der Objektklasse zurück, die abgelehnt wurde.

Öffentliche Konstruktoren

ClassNotFoundConfigurationException

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

Erstellt ein ClassNotFoundConfigurationException.

Parameter
msg String: eine sinnvolle Fehlermeldung

cause Throwable: die Throwable, die die ursprüngliche Ursache des Fehlers darstellt

error ErrorIdentifier: Die mit der Ausnahme verknüpfte ErrorIdentifier

className String: die Klasse des Objekts, das nicht gefunden wurde

objectType String: der Tradefed-Objekttyp des Objekts, das nicht gefunden wurde

ClassNotFoundConfigurationException

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

Erstellt ein ClassNotFoundConfigurationException.

Parameter
msg String: eine sinnvolle Fehlermeldung

cause Throwable: die Throwable, die die ursprüngliche Ursache des Fehlers darstellt

error ErrorIdentifier: Die mit der Ausnahme verknüpfte ErrorIdentifier

rejectedObjects : Die Karte der Objekte, die nicht geladen werden konnten.

Öffentliche Methoden

getAbgelehnteObjekte

public  getRejectedObjects ()

Gibt die Karte der Objektklasse zurück, die abgelehnt wurde.

Returns