Added in API level 37

InfeasibleActivityOptionsException


public class InfeasibleActivityOptionsException
extends AndroidRuntimeException

java.lang.Object
   โ†ณ java.lang.Throwable
     โ†ณ java.lang.Exception
       โ†ณ java.lang.RuntimeException
         โ†ณ android.util.AndroidRuntimeException
           โ†ณ android.app.InfeasibleActivityOptionsException


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

Summary

Inherited methods