IHarnessException

public interface IHarnessException

com.android.tradefed.error.IHarnessException


將由線束異常實現的線束異常介面的描述。

概括

公共方法

abstract ErrorIdentifier getErrorId ()

傳回與異常關聯的ErrorIdentifier

abstract String getOrigin ()

傳回異常的起源。

公共方法

取得錯誤ID

public abstract ErrorIdentifier getErrorId ()

傳回與異常關聯的ErrorIdentifier 。可以為空。

退貨
ErrorIdentifier

取得原點

public abstract String getOrigin ()

傳回異常的起源。

退貨
String