ActivityNotFoundException class

Thrown when a call to Context.startActivity(Intent) or one of its variants fails because an Activity can not be found to execute the given Intent.

See: https://developer.android.com/reference/android/content/ActivityNotFoundException

Inheritance

Constructors

ActivityNotFoundException()

Properties

code String
An error code.
finalinherited
details → dynamic
Error details, possibly null.
finalinherited
hashCode int
The hash code for this object.
read-onlyinherited
message String
A human-readable error message, possibly null.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
stacktrace String
Native stacktrace for the error, possibly null.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited