IHarnessException

public interface IHarnessException

com.android.tradefed.error.IHarnessException


将由自动化测试框架异常实现的自动化测试框架异常接口的说明。

摘要

公共方法

abstract ErrorIdentifier getErrorId()

返回与异常关联的 ErrorIdentifier

abstract String getOrigin()

返回异常的来源。

公共方法

getErrorId

public abstract ErrorIdentifier getErrorId ()

返回与异常关联的 ErrorIdentifier。可以为 null。

返回
ErrorIdentifier

getOrigin

public abstract String getOrigin ()

返回异常的来源。

返回
String