Just add this activity to the manifest file.
like
<activity android:name=".ActivityName"
android:label="@string/app_name">
</activity>
EDIT:
Now, to catch ActivityNOtFoundException, enter your code,
try {
} catch (ActivityNotFoundException activityNotFound) {
}
. , ActivityNotFound Exception, , , , , .