Harnessİstisnası

public class HarnessException
extends Object implements IHarnessException

Java.lang.Nesne
🎃 com.android.tradefed.error.HarnessException


Ekipmanın içinde gönderilen istisna için temel istisna sınıfı. Bu sınıf, hatanın ayrıntılarını bildirmek için ErrorIdentifier öğesinin taşınmasına yardımcı olur.

Özet

Kamu inşaatçıları

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

Herkese açık yöntemler

ErrorIdentifier getErrorId()

İstisnayla ilişkili ErrorIdentifier değerini döndürür.

String getOrigin()

Özel durumun kaynağını döndürür.

String toString()

Korunan yöntemler

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

Kamu inşaatçıları

Harnessİstisnası

public HarnessException (ErrorIdentifier errorId)

Parametreler
errorId ErrorIdentifier

Harnessİstisnası

public HarnessException (String message, 
                ErrorIdentifier errorId)

Parametreler
message String

errorId ErrorIdentifier

Harnessİstisnası

public HarnessException (Throwable cause, 
                ErrorIdentifier errorId)

Parametreler
cause Throwable

errorId ErrorIdentifier

Harnessİstisnası

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

Parametreler
message String

cause Throwable

errorId ErrorIdentifier

Herkese açık yöntemler

getErrorId

public ErrorIdentifier getErrorId ()

İstisnayla ilişkili ErrorIdentifier değerini döndürür. Boş olabilir.

İlerlemeler
ErrorIdentifier

getOrigin

public String getOrigin ()

Özel durumun kaynağını döndürür.

İlerlemeler
String

toString

public String toString ()

İlerlemeler
String

Korunan yöntemler

setCallerClass

protected final void setCallerClass (Class<?> clazz)

Parametreler
clazz Class

setCallerClass

protected final void setCallerClass (String clazz)

Parametreler
clazz String