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()
       | 
公共构造函数
KillException
public KillException (String errorMessage, 
                ProcessUtil.KillException.Reason r)| 参数 | |
|---|---|
| errorMessage | String | 
| r | ProcessUtil.KillException.Reason | 
