# Print output for @column tags ?> ActivityNotFoundException - Android SDK | Android Developers

Most visited


Recently visited


ActivityNotFoundException

public class ActivityNotFoundException
extends RuntimeException

java.lang.Object
   ↳ java.lang.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

ActivityNotFoundException()
ActivityNotFoundException(String name)

Inherited methods

Public constructors


ActivityNotFoundException

public ActivityNotFoundException ()

ActivityNotFoundException

public ActivityNotFoundException (String name)

Parameters
name String

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.