HarnessIOException
public
class
HarnessIOException
extends Object
implements
IHarnessException
java.lang.Object 中 | |
↳ | com.android.tradefed.error.HarnessIOException 异常 |
利用异常来帮助处理文件问题。
摘要
公共构造函数 | |
---|---|
HarnessIOException(Throwable cause, ErrorIdentifier errorId)
|
公共方法 | |
---|---|
ErrorIdentifier
|
getErrorId()
返回与异常关联的 |
String
|
getOrigin()
返回异常的来源。 |
公共构造函数
HarnessIOException
public HarnessIOException (Throwable cause, ErrorIdentifier errorId)
参数 | |
---|---|
cause |
Throwable |
errorId |
ErrorIdentifier |
公共方法
getErrorId
public ErrorIdentifier getErrorId ()
返回与异常关联的 ErrorIdentifier
。可以为 null。
返回 | |
---|---|
ErrorIdentifier |
getOrigin
public String getOrigin ()
返回异常的来源。
返回 | |
---|---|
String |