HarnessIOException
public
class
HarnessIOException
extends Object
implements
IHarnessException
java.lang.Object | |
↳ | com.android.tradefed.error.HarnessIOException |
Wyjątek dotyczący uprzęży, który pomaga w rozwiązywaniu problemów z plikami.
Podsumowanie
Konstruktory publiczne | |
---|---|
HarnessIOException(Throwable cause, ErrorIdentifier errorId)
|
Metody publiczne | |
---|---|
ErrorIdentifier
|
getErrorId()
Zwraca |
String
|
getOrigin()
Zwraca pochodzenie 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 być puste.
Zwroty | |
---|---|
ErrorIdentifier |
getOrigin
public String getOrigin ()
Zwraca pochodzenie wyjątku.
Zwroty | |
---|---|
String |