HarnessRuntimeException

public class HarnessRuntimeException
extends Object implements IHarnessException

java.lang.Object
com.android.tradefed.error.HarnessRuntimeException


ملخّص

شركة إنشاءات عامة

HarnessRuntimeException(String message, IHarnessException cause)

مُنشئ الاستثناء.

HarnessRuntimeException(String message, ErrorIdentifier errorId)

دالة الإنشاء للاستثناء.

HarnessRuntimeException(String message, ErrorIdentifier defaultError, IHarnessException cause)

دالة الإنشاء للاستثناء.

HarnessRuntimeException(String message, Throwable cause, ErrorIdentifier errorId)

دالة الإنشاء للاستثناء.

الطرق العامة

ErrorIdentifier getErrorId()

تعرض السمة ErrorIdentifier المرتبطة بالاستثناء.

String getOrigin()

عرض مصدر الاستثناء

String toString()

الطرق المحمية

final void setCallerClass(Class<?> clazz)

شركة إنشاءات عامة

HarnessRuntimeException

public HarnessRuntimeException (String message, 
                IHarnessException cause)

عنصر الإنشاء للاستثناء.

المعلمات
message String: الرسالة المرتبطة بالاستثناء

cause IHarnessException: السمة IHarnessException التي تسببت في الاستثناء.

HarnessRuntimeException

public HarnessRuntimeException (String message, 
                ErrorIdentifier errorId)

عنصر الإنشاء للاستثناء.

المعلمات
message String: الرسالة المرتبطة بالاستثناء

errorId ErrorIdentifier: تمثّل هذه السمة ErrorIdentifier الذي يصنّف الاستثناء.

HarnessRuntimeException

public HarnessRuntimeException (String message, 
                ErrorIdentifier defaultError, 
                IHarnessException cause)

عنصر الإنشاء للاستثناء.

المعلمات
message String: الرسالة المرتبطة بالاستثناء

defaultError ErrorIdentifier: السمة ErrorIdentifier المطلوب تطبيقها إذا لم يتم ضبطها في الاستثناء.

cause IHarnessException: السمة IHarnessException التي تسببت في الاستثناء.

HarnessRuntimeException

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

عنصر الإنشاء للاستثناء.

المعلمات
message String: الرسالة المرتبطة بالاستثناء

cause Throwable: سبب الاستثناء

errorId ErrorIdentifier: ErrorIdentifier الذي يصنف الاستثناء

الطرق العامة

getErrorId

public ErrorIdentifier getErrorId ()

تعرض السمة ErrorIdentifier المرتبطة بالاستثناء. يمكن أن تكون فارغة.

المرتجعات
ErrorIdentifier

getOrigin

public String getOrigin ()

عرض مصدر الاستثناء

المرتجعات
String

toString

public String toString ()

المرتجعات
String

الطرق المحمية

ضبط فئة المتصل

protected final void setCallerClass (Class<?> clazz)

المعلمات
clazz Class