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

/frameworks/base/core/java/android/provider/
H A DSettings.java1014 public static class SettingNotFoundException extends AndroidException { class in class:Settings
1015 public SettingNotFoundException(String msg) { method in class:Settings.SettingNotFoundException
1421 * it throws {@link SettingNotFoundException}.
1426 * @throws SettingNotFoundException Thrown if a setting by the given
1432 throws SettingNotFoundException {
1438 throws SettingNotFoundException {
1443 throw new SettingNotFoundException(name);
1509 * it throws {@link SettingNotFoundException}.
1515 * @throws SettingNotFoundException Thrown if a setting by the given
1519 throws SettingNotFoundException {
[all...]

Completed in 51 milliseconds