Added in API level 1
ActivityNotFoundException
open class ActivityNotFoundException : RuntimeException
kotlin.Any | ||||
↳ | kotlin.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.lang.RuntimeException | |||
↳ | android.content.ActivityNotFoundException |
This exception is thrown when a call to android.content.Context#startActivity or one of its variants fails because an Activity can not be found to execute the given Intent.
Summary
Public constructors | |
---|---|
ActivityNotFoundException(name: String!) |