Koşum İstisnası
public class HarnessException
extends Object
implements IHarnessException
java.lang.Object |
↳ | com.android.tradefed.error.HarnessException |
Bilinen doğrudan alt sınıflar |
Bilinen dolaylı alt sınıflar |
Kablo demeti içinde atılan istisna için temel istisna sınıfı. Bu sınıf, hata ayrıntılarını bildirmek için ErrorIdentifier
taşınmasına yardımcı olur.
Özet
kamu inşaatçılar
Koşum İstisnası
public HarnessException (ErrorIdentifier errorId)
parametreler |
---|
errorId | ErrorIdentifier |
Koşum İstisnası
public HarnessException (String message,
ErrorIdentifier errorId)
parametreler |
---|
message | String |
errorId | ErrorIdentifier |
Koşum İstisnası
public HarnessException (Throwable cause,
ErrorIdentifier errorId)
parametreler |
---|
cause | Throwable |
errorId | ErrorIdentifier |
Koşum İstisnası
public HarnessException (String message,
Throwable cause,
ErrorIdentifier errorId)
parametreler |
---|
message | String |
cause | Throwable |
errorId | ErrorIdentifier |
Genel yöntemler
getOrigin
public String getOrigin ()
İstisnanın kaynağını döndürür.
toString
public String toString ()
Korumalı yöntemler
setCallerClass
protected final void setCallerClass (Class<?> clazz)
setCallerClass
protected final void setCallerClass (String clazz)
parametreler |
---|
clazz | String |