Google is committed to advancing racial equity for Black communities. See how.
Added in API level 9

FormatException

open class FormatException : Exception
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ android.nfc.FormatException

Summary

Public constructors

<init>(message: String!)

<init>(message: String!, e: Throwable!)

Public constructors

<init>

Added in API level 9
FormatException()

<init>

Added in API level 9
FormatException(message: String!)

<init>

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