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, जब किसी ऑब्जेक्ट की क्लास नहीं मिलती है.

खास जानकारी

पब्लिक कंस्ट्रक्टर

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

ClassNotFoundConfigurationException बनाता है.

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

ClassNotFoundConfigurationException बनाता है.

सार्वजनिक तरीके

getRejectedObjects()

अस्वीकार की गई ऑब्जेक्ट क्लास का मैप दिखाता है.

पब्लिक कंस्ट्रक्टर

ClassNotFoundConfigurationException

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

ClassNotFoundConfigurationException बनाता है.

पैरामीटर
msg String: गड़बड़ी का काम का मैसेज

cause Throwable: गड़बड़ी की मूल वजह बताने वाला Throwable

error ErrorIdentifier: अपवाद से जुड़ा ErrorIdentifier

rejectedObjects : उन ऑब्जेक्ट का मैप जो लोड नहीं हो पाए.

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 ऑब्जेक्ट टाइप जो नहीं मिला

सार्वजनिक तरीके

getRejectedObjects

public  getRejectedObjects ()

अस्वीकार की गई ऑब्जेक्ट क्लास का मैप दिखाता है.

रिटर्न