FileUtil.HarnessIOException
public
static
class
FileUtil.HarnessIOException
extends Object
implements
IHarnessException
| java.lang.Object | |
| ↳ | com.android.tradefed.util.FileUtil.HarnessIOException |
Harness exception that helps carrying file issues.
Summary
Public methods | |
|---|---|
ErrorIdentifier
|
getErrorId()
Returns the |
String
|
getOrigin()
Returns the origin of the exception. |
Public methods
getErrorId
public ErrorIdentifier getErrorId ()
Returns the ErrorIdentifier associated with the exception. Can be null.
| Returns | |
|---|---|
ErrorIdentifier |
|
getOrigin
public String getOrigin ()
Returns the origin of the exception.
| Returns | |
|---|---|
String |
|