HarnessIOException
public
class
HarnessIOException
extends Object
implements
IHarnessException
| java.lang.Object | |
| ↳ | com.android.tradefed.error.HarnessIOException |
Dosya sorunlarını taşımaya yardımcı olan Harness istisnası.
Özet
Herkese açık kurucular | |
|---|---|
HarnessIOException(Throwable cause, ErrorIdentifier errorId)
|
|
Herkese açık yöntemler | |
|---|---|
ErrorIdentifier
|
getErrorId()
İstisnayla ilişkili |
String
|
getOrigin()
İstisnanın kaynağını döndürür. |
Herkese açık kurucular
HarnessIOException
public HarnessIOException (Throwable cause,
ErrorIdentifier errorId)| Parametreler | |
|---|---|
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 ()
İstisnanın kaynağını döndürür.
| İlerlemeler | |
|---|---|
String |
|