IHarnessException

public interface IHarnessException

com.android.tradefed.error.IHarnessException


Description of the harness exception interface that will be implemented by harness exceptions.

Summary

Public methods

abstract ErrorIdentifier getErrorId()

Returns the ErrorIdentifier associated with the exception.

abstract String getOrigin()

Returns the origin of the exception.

Public methods

getErrorId

public abstract ErrorIdentifier getErrorId ()

Returns the ErrorIdentifier associated with the exception. Can be null.

Returns
ErrorIdentifier

getOrigin

public abstract String getOrigin ()

Returns the origin of the exception.

Returns
String