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 |
|
---|---|
From class java.lang.Throwable
|
|
From class java.lang.Object
|
FormatException (String message, Throwable e)
Parameters | |
---|---|
message |
String
|
e |
Throwable
|