Added in API level 1

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(String msg)
BadParcelableException(Exception cause)

Inherited methods

Public constructors

BadParcelableException

Added in API level 1
public BadParcelableException (String msg)

Parameters
msg String

BadParcelableException

Added in API level 1
public BadParcelableException (Exception cause)

Parameters
cause Exception