HarnessRuntimeException
public
class
HarnessRuntimeException
extends Object
implements
IHarnessException
java.lang.Object의 클래스 | |
↳ | com.android.tradefed.error.HarnessRuntimeException |
요약
공개 생성자 | |
---|---|
HarnessRuntimeException(String message, ErrorIdentifier errorId)
예외의 생성자입니다. |
|
HarnessRuntimeException(String message, IHarnessException cause)
예외의 생성자입니다. |
|
HarnessRuntimeException(String message, Throwable cause, ErrorIdentifier errorId)
예외의 생성자입니다. |
공개 메서드 | |
---|---|
ErrorIdentifier
|
getErrorId()
예외와 관련된 |
String
|
getOrigin()
예외의 출처를 반환합니다. |
String
|
toString()
|
보호된 메서드 | |
---|---|
final
void
|
setCallerClass(Class<?> clazz)
|
공개 생성자
HarnessRuntimeException
public HarnessRuntimeException (String message, ErrorIdentifier errorId)
예외의 생성자입니다.
매개변수 | |
---|---|
message |
String : 예외와 연결된 메시지입니다. |
errorId |
ErrorIdentifier : 예외를 분류하는 ErrorIdentifier 입니다. |
HarnessRuntimeException
public HarnessRuntimeException (String message, IHarnessException cause)
예외의 생성자입니다.
매개변수 | |
---|---|
message |
String : 예외와 관련된 메시지입니다. |
cause |
IHarnessException : 예외를 발생시킨 IHarnessException 입니다. |
HarnessRuntimeException
public HarnessRuntimeException (String message, Throwable cause, ErrorIdentifier errorId)
예외의 생성자입니다.
매개변수 | |
---|---|
message |
String : 예외와 연결된 메시지입니다. |
cause |
Throwable : 예외의 원인 |
errorId |
ErrorIdentifier : 예외를 분류하는 ErrorIdentifier 입니다. |
공개 메서드
getErrorId
public ErrorIdentifier getErrorId ()
예외와 관련된 ErrorIdentifier
를 반환합니다. null일 수 있습니다.
반환 값 | |
---|---|
ErrorIdentifier |
getOrigin
public String getOrigin ()
예외의 출처를 반환합니다.
반환 값 | |
---|---|
String |
toString
public String toString ()
반환 값 | |
---|---|
String |
보호된 메서드
setCallerClass
protected final void setCallerClass (Class<?> clazz)
매개변수 | |
---|---|
clazz |
Class |