Added in API level 9
FormatException
public
class
FormatException
extends Exception
| java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | android.nfc.FormatException | ||
Summary
Public constructors | |
|---|---|
FormatException()
|
|
FormatException(String message)
|
|
FormatException(String message, Throwable e)
|
|
Inherited methods | |
|---|---|
java.lang.Throwable
| |
java.lang.Object
| |
Public constructors
FormatException
Added in API level 16
FormatException (String message, Throwable e)
| Parameters | |
|---|---|
message |
String
|
e |
Throwable
|


