Added in API level 1
  
  
  
  
  
  
  
  
  
  
  
  
  
   
  
  
  
  
  
   
  
  
  
  
  
  
  
  
Summary:
  Ctors
  
  | Inherited Methods
AndroidRuntimeException
  public
  
  
  
  class
  AndroidRuntimeException
  
  
  
  
  
  
  
  
  
  
    extends RuntimeException
  
  
  
  
  
  
| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.lang.RuntimeException | |||
| ↳ | android.util.AndroidRuntimeException | |||
Base class for all unchecked exceptions thrown by the Android frameworks.
Summary
Public constructors | |
|---|---|
      
      AndroidRuntimeException()
      
      
     | 
  |
      
      AndroidRuntimeException(Exception cause)
      
      
     | 
  |
      
      AndroidRuntimeException(String name)
      
      
     | 
  |
      
      AndroidRuntimeException(String name, Throwable cause)
      
      
     | 
  |
Inherited methods | |
|---|---|
Public constructors
AndroidRuntimeException
    Added in API level 1
  
      
  
    public AndroidRuntimeException (Exception cause)
| Parameters | |
|---|---|
cause | 
        
          Exception  | 
      
AndroidRuntimeException
    Added in API level 1
  
      
  
    public AndroidRuntimeException (String name)
| Parameters | |
|---|---|
name | 
        
          String  | 
      
AndroidRuntimeException
    Added in API level 11
  
      
  
    public AndroidRuntimeException (String name, Throwable cause)
| Parameters | |
|---|---|
name | 
        
          String  | 
      
cause | 
        
          Throwable  |