Added in API level 1
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
   
  
  
  
  
  
   
  
  
  
  
  
  
  
  
Summary:
  Ctors
  
  | Inherited Methods
BadParcelableException
  public
  
  
  
  class
  BadParcelableException
  
  
  
  
  
  
  
  
  
  
  
  
  
    extends AndroidRuntimeException
  
  
  
  
  
  
| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | android.util.AndroidRuntimeException | ||||
| ↳ | android.os.BadParcelableException | ||||
Exception thrown when a Parcelable is malformed or otherwise invalid.
 
 This is typically encountered when a custom Parcelable object is
 passed to another process that doesn't have the same Parcelable class
 in its ClassLoader.
Summary
| Public constructors | |
|---|---|
| 
      BadParcelableException(Exception cause)
       | |
| 
      BadParcelableException(String msg)
       | |
| Inherited methods | |
|---|---|
Public constructors
BadParcelableException
    Added in API level 1
  
      
  
    public BadParcelableException (Exception cause)
| Parameters | |
|---|---|
| cause | Exception | 
BadParcelableException
    Added in API level 1
  
      
  
    public BadParcelableException (String msg)
| Parameters | |
|---|---|
| msg | String | 
