Added in API level 1
ParcelFormatException
open class ParcelFormatException : RuntimeException
| kotlin.Any | ||||
| ↳ | kotlin.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(reason: String!) |
|