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:
Serializable
public class BadParcelableException extends AndroidRuntimeException
The object you are calling has died, because its hosting process no longer exists.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadParcelableException(Exception cause)BadParcelableException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-