Most visited

Recently visited

Added in API level 9

FormatException

public class FormatException
extends 异常

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)

From class java.lang.Throwable
From class java.lang.Object

Public constructors

FormatException

Added in API level 9
FormatException ()

FormatException

Added in API level 9
FormatException (String message)

参数(Parameters)
message String

FormatException

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

参数(Parameters)
message String
e Throwable

Hooray!