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

ActivityNotFoundException

open class ActivityNotFoundException : RuntimeException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ java.lang.RuntimeException
   ↳ android.content.ActivityNotFoundException

This exception is thrown when a call to Context#startActivity or one of its variants fails because an Activity can not be found to execute the given Intent.

Summary

Public constructors

<init>(name: String!)

Public constructors

<init>

Added in API level 1
ActivityNotFoundException()

<init>

Added in API level 1
ActivityNotFoundException(name: String!)