Google is committed to advancing racial equity for Black communities. See how.
Added in API level 1

BadParcelableException

open class BadParcelableException : AndroidRuntimeException
kotlin.Any
   ↳ kotlin.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
<init>(msg: String!)

<init>(cause: Exception!)

Public constructors

<init>

Added in API level 1
BadParcelableException(msg: String!)

<init>

Added in API level 1
BadParcelableException(cause: Exception!)