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 | |||
Wyjątek dotyczący uprzęży, który pomaga w przypadku problemów z plikami.
Podsumowanie
Konstruktory publiczne | |
|---|---|
HarnessIOException(Throwable cause, ErrorIdentifier errorId)
|
|
Metody publiczne | |
|---|---|
ErrorIdentifier
|
getErrorId()
Zwraca |
String
|
getOrigin()
Zwraca źródło wyjątku. |
Konstruktory publiczne
HarnessIOException
public HarnessIOException (Throwable cause,
ErrorIdentifier errorId)| Parametry | |
|---|---|
cause |
Throwable |
errorId |
ErrorIdentifier |
Metody publiczne
getErrorId
public ErrorIdentifier getErrorId ()
Zwraca ErrorIdentifier powiązany z wyjątkiem. Może mieć wartość null.
| Zwraca | |
|---|---|
ErrorIdentifier |
|
getOrigin
public String getOrigin ()
Zwraca źródło wyjątku.
| Zwraca | |
|---|---|
String |
|