Google is committed to advancing racial equity for Black communities. See how.
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

<init>(reason: String!)

Public constructors

<init>

Added in API level 1
ParcelFormatException()

<init>

Added in API level 1
ParcelFormatException(reason: String!)