Class BadParcelableException

All Implemented Interfaces:
Serializable

public class BadParcelableException extends RuntimeException
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 Details

    • BadParcelableException

      public BadParcelableException(String msg)
    • BadParcelableException

      public BadParcelableException(Exception cause)
    • BadParcelableException

      public BadParcelableException(String msg, Throwable cause)