Searched defs:SettingNotFoundException (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DSettings.java682 public static class SettingNotFoundException extends AndroidException { class in class:Settings
683 public SettingNotFoundException(String msg) { method in class:Settings.SettingNotFoundException
1079 * it throws {@link SettingNotFoundException}.
1084 * @throws SettingNotFoundException Thrown if a setting by the given
1090 throws SettingNotFoundException {
1096 throws SettingNotFoundException {
1101 throw new SettingNotFoundException(name);
1167 * it throws {@link SettingNotFoundException}.
1173 * @throws SettingNotFoundException Thrown if a setting by the given
1177 throws SettingNotFoundException {
[all...]

Completed in 196 milliseconds