FileDocCategorySizeDatePackage
ActivityNotFoundException.javaAPI DocAndroid 1.5 API1034Wed May 06 22:41:54 BST 2009android.content

ActivityNotFoundException

public class ActivityNotFoundException extends RuntimeException
This exception is thrown when a call to {@link Context#startActivity} or one of its variants fails because an Activity can not be found to execute the given Intent.

Fields Summary
Constructors Summary
public ActivityNotFoundException()

    
public ActivityNotFoundException(String name)

        super(name);
    
Methods Summary