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