English | Site Directory

Android - An Open Handset Alliance Project

android.content
public class

android.content.ActivityNotFoundException

java.lang.Object
java.lang.Throwable Serializable
java.lang.Exception
java.lang.RuntimeException
android.content.ActivityNotFoundException

This exception is thrown when a call to startActivity(Intent) 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)
Methods inherited from class java.lang.Throwable
Methods inherited from class java.lang.Object

Details

Public Constructors

public ActivityNotFoundException()

public ActivityNotFoundException(String name)

Build m5-rc15i - 10 Jun 2008 13:54