FileDocCategorySizeDatePackage
BadParcelableException.javaAPI DocAndroid 1.5 API1011Wed May 06 22:41:56 BST 2009android.os

BadParcelableException

public class BadParcelableException extends android.util.AndroidRuntimeException
The object you are calling has died, because its hosting process no longer exists.

(Omit source code)

Fields Summary
Constructors Summary
public BadParcelableException(String msg)

        super(msg);
    
public BadParcelableException(Exception cause)

        super(cause);
    
Methods Summary