Added in API level 1
  
  
  
  
  
  
  
  
  
  
  
  
  
   
  
  
  
  
  
   
  
  
  
  
  
  
  
  
Summary:
  Ctors
  
  | Inherited Methods
ParcelFormatException
  public
  
  
  
  class
  ParcelFormatException
  
  
  
  
  
  
  
  
  
  
    extends RuntimeException
  
  
  
  
  
  
| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.lang.RuntimeException | |||
| ↳ | android.os.ParcelFormatException | |||
The contents of a Parcel (usually during unmarshalling) does not contain the expected data.
Summary
Public constructors | |
|---|---|
      
      ParcelFormatException()
      
      
     | 
  |
      
      ParcelFormatException(String reason)
      
      
     | 
  |
Inherited methods | |
|---|---|
Public constructors
ParcelFormatException
    Added in API level 1
  
      
  
    public ParcelFormatException (String reason)
| Parameters | |
|---|---|
reason | 
        
          String  |