InfeasibleActivityOptionsException


open class InfeasibleActivityOptionsException : AndroidRuntimeException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ java.lang.RuntimeException
   ↳ android.util.AndroidRuntimeException
   ↳ android.app.InfeasibleActivityOptionsException

This exception is thrown when a call to android.content.Context#startActivity or one of its variants fails because it is not possible to satisfy requirements specified in the android.app.ActivityOptions passed in the android.content.Context#startActivity call.

Summary