ProcessUtil.KillException

public static class ProcessUtil.KillException
extends Exception

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.android.sts.common.ProcessUtil.KillException


摘要

巢狀類別

enum ProcessUtil.KillException.Reason

 

公用建構函式

KillException(String errorMessage, ProcessUtil.KillException.Reason r)

公用方法

ProcessUtil.KillException.Reason getReason()

公用建構函式

終止例外狀況

public KillException (String errorMessage, 
                ProcessUtil.KillException.Reason r)

參數
errorMessage String

r ProcessUtil.KillException.Reason

公用方法

取得原因

public ProcessUtil.KillException.Reason getReason ()

傳回
ProcessUtil.KillException.Reason