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) |
|
---|---|
![]() java.lang.Throwable
|
|
![]() java.lang.Object
|
ParcelFormatException (String reason)
参数(Parameters) | |
---|---|
reason |
String
|