ParcelableException

data class ParcelableException : Parcelable

A parcelable variant of an Exception.

Parcel.readException throws an exception when an exception is written to the parcel by using Parcel.writeException. When throwing an exception is undesired, while reading the exception from a parcel, this type can be used.

Properties

Link copied to clipboard
val exceptionMessage: String?
Link copied to clipboard
val exceptionType: String?

Functions

Link copied to clipboard
open override fun toString(): String

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)