public class BadParcelableException extends AndroidRuntimeException
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
.
Constructor and Description |
---|
BadParcelableException(Exception cause) |
BadParcelableException(String msg) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString