Wyjątek HarnessIO
public
class
HarnessIOException
extends Object
implements
IHarnessException
java.lang.Object | |
↳ | com.android.tradefed.error.HarnessIOException, |
Użyj wyjątku, który ułatwia przesyłanie problemów z plikami.
Podsumowanie
Konstruktory publiczne | |
---|---|
HarnessIOException(Throwable cause, ErrorIdentifier errorId)
|
Metody publiczne | |
---|---|
ErrorIdentifier
|
getErrorId()
Zwraca wartość |
String
|
getOrigin()
Zwraca źródło wyjątku. |
Konstruktory publiczne
Wyjątek HarnessIO
public HarnessIOException (Throwable cause, ErrorIdentifier errorId)
Parametry | |
---|---|
cause |
Throwable |
errorId |
ErrorIdentifier |
Metody publiczne
getErrorId
public ErrorIdentifier getErrorId ()
Zwraca wartość ErrorIdentifier
powiązaną z wyjątkiem. Może mieć wartość null.
Zwroty | |
---|---|
ErrorIdentifier |
getOrigin
public String getOrigin ()
Zwraca źródło wyjątku.
Zwroty | |
---|---|
String |