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()

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

सार्वजनिक कंस्ट्रक्टर

ClassNotFoundConfiguration अपवाद

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 ()

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

रिटर्न