public class ActivityNotFoundException extends RuntimeException
Context.startActivity(android.content.Intent)
or
one of its variants fails because an Activity can not be found to execute
the given Intent.Constructor and Description |
---|
ActivityNotFoundException() |
ActivityNotFoundException(String name) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ActivityNotFoundException()
public ActivityNotFoundException(String name)