HarnessIO 例外狀況

public class HarnessIOException
extends Object implements IHarnessException

java.lang.Object
   ↳ com.android.tradefed.error.HarnessIOException


此例外狀況有助於處理檔案問題。

摘要

公用建構函式

HarnessIOException(Throwable cause, ErrorIdentifier errorId)

公用方法

ErrorIdentifier getErrorId()

傳回與例外狀況相關的 ErrorIdentifier

String getOrigin()

傳回例外狀況的來源。

公用建構函式

HarnessIO 例外狀況

public HarnessIOException (Throwable cause, 
                ErrorIdentifier errorId)

參數
cause Throwable

errorId ErrorIdentifier

公用方法

getErrorId

public ErrorIdentifier getErrorId ()

傳回與例外狀況相關的 ErrorIdentifier。可以是空值。

傳回
ErrorIdentifier

getOrigin

public String getOrigin ()

傳回例外狀況的來源。

傳回
String