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