What are the list of android specific exceptions?
问题 I know some of exceptions are thrown by Android framework. Like ActivityNotFoundException , WindowManager.BadTokenException . But i am not aware of all other exceptions which are specific to android framework. Can anybody list possible android framework specific exceptions with a small description. Or suggest me blogs information which contains the required information. Thanks in advance. 回答1: http://developer.android.com/reference/java/lang/Exception.html I think here you can find it, "Known