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

BadTokenException

open class BadTokenException : RuntimeException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ java.lang.RuntimeException
   ↳ android.view.WindowManager.BadTokenException

Exception that is thrown when trying to add view whose LayoutParams LayoutParams#token is invalid.

Summary

Public constructors

<init>(name: String!)

Public constructors

<init>

Added in API level 1
BadTokenException()

<init>

Added in API level 1
BadTokenException(name: String!)