public class ParcelFormatException
extends RuntimeException
java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.lang.RuntimeException | |||
↳ | android.os.ParcelFormatException |
包裹的内容(通常在取消编组过程中)不包含预期的数据。
Public constructors |
|
---|---|
ParcelFormatException() |
|
ParcelFormatException(String reason) |
Inherited methods |
|
---|---|
From class java.lang.Throwable
|
|
From class java.lang.Object
|
ParcelFormatException (String reason)
Parameters | |
---|---|
reason |
String
|