HarnessIOException
public
class
HarnessIOException
extends IOException
implements
IHarnessException
| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.io.IOException | |||
| ↳ | com.android.tradefed.error.HarnessIOException | |||
Dosya sorunlarının taşınmasına yardımcı olan koşum istisnası.
Özet
Herkese açık oluşturucular | |
|---|---|
HarnessIOException(Throwable cause, ErrorIdentifier errorId)
|
|
Herkese açık yöntemler | |
|---|---|
ErrorIdentifier
|
getErrorId()
İstisnayla ilişkili |
String
|
getOrigin()
Özel durumun kaynağını döndürür. |
Herkese açık oluşturucular
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.
| İadeler | |
|---|---|
ErrorIdentifier |
|
getOrigin
public String getOrigin ()
Özel durumun kaynağını döndürür.
| İadeler | |
|---|---|
String |
|