Package android.os
Class BadParcelableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- android.util.AndroidRuntimeException
-
- android.os.BadParcelableException
-
- All Implemented Interfaces:
java.io.Serializable
public class BadParcelableException extends AndroidRuntimeException
Exception thrown when the parcelable contains data unsuited for parcelling.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadParcelableException(java.lang.Exception cause)
BadParcelableException(java.lang.String message)
-