public class FormatException
extends 异常
java.lang.Object | |||
java.lang.Throwable | |||
java.lang.Exception | |||
android.nfc.FormatException |
Public constructors |
|
---|---|
FormatException() |
|
FormatException(String message) |
|
FormatException(String message, Throwable e) |
继承方法(Inherited methods) |
|
---|---|
![]() java.lang.Throwable
|
|
![]() java.lang.Object
|
FormatException (String message, Throwable e)
参数(Parameters) | |
---|---|
message |
String
|
e |
Throwable
|