Added in API level 1

BadParcelableException


open class BadParcelableException : AndroidRuntimeException

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

Public constructors

BadParcelableException

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

BadParcelableException

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