/**@class android.view.WindowManager.BadTokenException
@extends java.lang.RuntimeException

 Exception that is thrown when trying to add view whose
 {@link android.view.ViewGroup.LayoutParams} {@link android.view.ViewGroup.LayoutParams#token}
 is invalid.
*/
var BadTokenException = {


};