/**@class android.content.ActivityNotFoundException
@extends java.lang.RuntimeException

 This exception is thrown when a call to {@link android.content.Context#startActivity} or
 one of its variants fails because an Activity can not be found to execute
 the given Intent.
*/
var ActivityNotFoundException = {


};