android.content
Class ActivityNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
android.content.ActivityNotFoundException
- All Implemented Interfaces:
- Serializable
public class ActivityNotFoundException
- extends RuntimeException
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.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ActivityNotFoundException
public ActivityNotFoundException()
ActivityNotFoundException
public ActivityNotFoundException(String name)
Please submit a feedback, bug or feature