Most visited

Recently visited

Added in API level 1

Settings.SettingNotFoundException

public static class Settings.SettingNotFoundException
extends AndroidException

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ android.util.AndroidException
         ↳ android.provider.Settings.SettingNotFoundException


Summary

Public constructors

Settings.SettingNotFoundException(String msg)

Inherited methods

From class java.lang.Throwable
From class java.lang.Object

Public constructors

Settings.SettingNotFoundException

Added in API level 1
Settings.SettingNotFoundException (String msg)

Parameters
msg String

Hooray!