Exception HarnessRuntimeException
public
class
HarnessRuntimeException
extends Object
implements
IHarnessException
java.lang.Object | |
↳ | com.android.tradefed.error.HarnessRuntimeException |
Résumé
Constructeurs publics | |
---|---|
HarnessRuntimeException(String message, ErrorIdentifier errorId)
Constructeur pour l'exception. |
|
HarnessRuntimeException(String message, IHarnessException cause)
Constructeur pour l'exception. |
|
HarnessRuntimeException(String message, Throwable cause, ErrorIdentifier errorId)
Constructeur pour l'exception. |
Méthodes publiques | |
---|---|
ErrorIdentifier
|
getErrorId()
Renvoie le |
String
|
getOrigin()
Renvoie l'origine de l'exception. |
String
|
toString()
|
Méthodes protégées | |
---|---|
final
void
|
setCallerClass(Class<?> clazz)
|
Constructeurs publics
Exception HarnessRuntimeException
public HarnessRuntimeException (String message, ErrorIdentifier errorId)
Constructeur pour l'exception.
Paramètres | |
---|---|
message |
String : message associé à l'exception |
errorId |
ErrorIdentifier : ErrorIdentifier qui catégorise l'exception. |
Exception HarnessRuntimeException
public HarnessRuntimeException (String message, IHarnessException cause)
Constructeur pour l'exception.
Paramètres | |
---|---|
message |
String : message associé à l'exception |
cause |
IHarnessException : IHarnessException à l'origine de l'exception. |
Exception HarnessRuntimeException
public HarnessRuntimeException (String message, Throwable cause, ErrorIdentifier errorId)
Constructeur pour l'exception.
Paramètres | |
---|---|
message |
String : message associé à l'exception |
cause |
Throwable : cause de l'exception. |
errorId |
ErrorIdentifier : ErrorIdentifier qui catégorise l'exception. |
Méthodes publiques
getErrorId
public ErrorIdentifier getErrorId ()
Renvoie le ErrorIdentifier
associé à l'exception. Peut être nul.
Renvoie | |
---|---|
ErrorIdentifier |
getOrigin
public String getOrigin ()
Renvoie l'origine de l'exception.
Renvoie | |
---|---|
String |
toString
public String toString ()
Renvoie | |
---|---|
String |
Méthodes protégées
setCallerClass
protected final void setCallerClass (Class<?> clazz)
Paramètres | |
---|---|
clazz |
Class |