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

Public constructors

FormatException

Added in API level 9
public FormatException ()

FormatException

Added in API level 9
public FormatException (String message)

Parameters
message String

FormatException

Added in API level 16
public FormatException (String message, 
                Throwable e)

Parameters
message String

e Throwable