Package icyllis.modernui.util
Class BadParcelableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
icyllis.modernui.util.BadParcelableException
- All Implemented Interfaces:
Serializable
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
.
- See Also:
-
Constructor Summary
ConstructorDescriptionBadParcelableException
(Exception cause) BadParcelableException
(String msg, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadParcelableException
-
BadParcelableException
-
BadParcelableException
-