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

InvalidDisplayException

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

Exception that is thrown when calling addView to a secondary display that cannot be found. See android.app.Presentation for more information on secondary displays.

Summary

Public constructors

<init>(name: String!)

Public constructors

<init>

Added in API level 17
InvalidDisplayException()

<init>

Added in API level 17
InvalidDisplayException(name: String!)