हार्नेस अपवाद

public class HarnessException
extends Object implements IHarnessException

java.lang.Object
com.android.tradefed.error.Harnessअपवाद


हार्नेस में अपवाद के लिए बेस अपवाद क्लास. गड़बड़ी की जानकारी देने के लिए, इस क्लास की मदद से ErrorIdentifier को ले जाया जाता है.

खास जानकारी

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

HarnessException(ErrorIdentifier errorId)
HarnessException(String message, ErrorIdentifier errorId)
HarnessException(Throwable cause, ErrorIdentifier errorId)
HarnessException(String message, Throwable cause, ErrorIdentifier errorId)

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

ErrorIdentifier getErrorId()

अपवाद से जुड़े ErrorIdentifier को दिखाता है.

String getOrigin()

अपवाद का ऑरिजिन दिखाता है.

String toString()

सुरक्षित तरीके

final void setCallerClass(Class<?> clazz)
final void setCallerClass(String clazz)

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

हार्नेस अपवाद

public HarnessException (ErrorIdentifier errorId)

पैरामीटर
errorId ErrorIdentifier

हार्नेस अपवाद

public HarnessException (String message, 
                ErrorIdentifier errorId)

पैरामीटर
message String

errorId ErrorIdentifier

हार्नेस अपवाद

public HarnessException (Throwable cause, 
                ErrorIdentifier errorId)

पैरामीटर
cause Throwable

errorId ErrorIdentifier

हार्नेस अपवाद

public HarnessException (String message, 
                Throwable cause, 
                ErrorIdentifier errorId)

पैरामीटर
message String

cause Throwable

errorId ErrorIdentifier

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

गड़बड़ी का आईडी

public ErrorIdentifier getErrorId ()

अपवाद से जुड़े ErrorIdentifier को दिखाता है. शून्य हो सकता है.

रिटर्न
ErrorIdentifier

getOrigin

public String getOrigin ()

अपवाद का ऑरिजिन दिखाता है.

रिटर्न
String

टूस्ट्रिंग

public String toString ()

रिटर्न
String

सुरक्षित तरीके

सेटकॉलरक्लास

protected final void setCallerClass (Class<?> clazz)

पैरामीटर
clazz Class

सेटकॉलरक्लास

protected final void setCallerClass (String clazz)

पैरामीटर
clazz String