public
static
class
WindowManager.BadTokenException
extends RuntimeException
java.lang.Object | ||||
↳ | java.lang.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.
Public constructors | |
---|---|
BadTokenException()
|
|
BadTokenException(String name)
|
Inherited methods | |
---|---|
public BadTokenException ()