public
class
FormatException
extends Exception
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 | |
---|---|
public FormatException ()