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

/frameworks/base/core/java/android/provider/
H A DSettings.java821 public static class SettingNotFoundException extends AndroidException { class in class:Settings
822 public SettingNotFoundException(String msg) { method in class:Settings.SettingNotFoundException
1226 * it throws {@link SettingNotFoundException}.
1231 * @throws SettingNotFoundException Thrown if a setting by the given
1237 throws SettingNotFoundException {
1243 throws SettingNotFoundException {
1248 throw new SettingNotFoundException(name);
1314 * it throws {@link SettingNotFoundException}.
1320 * @throws SettingNotFoundException Thrown if a setting by the given
1324 throws SettingNotFoundException {
[all...]

Completed in 38 milliseconds