ProcessUtil.KillException
public
static
class
ProcessUtil.KillException
extends Exception
java.lang.Object | |||
😎 | java.lang.Throwable | ||
😎 | java.lang.Exception | ||
😎 | com.android.sts.common.ProcessUtil.KillException |
Zusammenfassung
Verschachtelte Klassen | |
---|---|
enum |
ProcessUtil.KillException.Reason
|
Öffentliche Konstruktoren | |
---|---|
KillException(String errorMessage, ProcessUtil.KillException.Reason r)
|
Öffentliche Methoden | |
---|---|
ProcessUtil.KillException.Reason
|
getReason()
|
Öffentliche Konstruktoren
KillException
public KillException (String errorMessage, ProcessUtil.KillException.Reason r)
Parameter | |
---|---|
errorMessage |
String |
r |
ProcessUtil.KillException.Reason |
Öffentliche Methoden
getReason
public ProcessUtil.KillException.Reason getReason ()
Returns | |
---|---|
ProcessUtil.KillException.Reason |