Android
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)

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56