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>() |
|