Home | History | Annotate | Download | only in provider

Lines Matching defs:SettingNotFoundException

1014     public static class SettingNotFoundException extends AndroidException {
1015 public SettingNotFoundException(String msg) {
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 {
1525 throws SettingNotFoundException {
1530 throw new SettingNotFoundException(name);
1594 * it throws {@link SettingNotFoundException}.
1599 * @throws SettingNotFoundException Thrown if a setting by the given
1605 throws SettingNotFoundException {
1611 throws SettingNotFoundException {
1614 throw new SettingNotFoundException(name);
1619 throw new SettingNotFoundException(name);
3232 * it throws {@link SettingNotFoundException}.
3237 * @throws SettingNotFoundException Thrown if a setting by the given
3243 throws SettingNotFoundException {
3249 throws SettingNotFoundException {
3259 throw new SettingNotFoundException(name);
3325 * it throws {@link SettingNotFoundException}.
3331 * @throws SettingNotFoundException Thrown if a setting by the given
3335 throws SettingNotFoundException {
3341 throws SettingNotFoundException {
3346 SettingNotFoundException(name);
3410 * it throws {@link SettingNotFoundException}.
3415 * @throws SettingNotFoundException Thrown if a setting by the given
3421 throws SettingNotFoundException {
3427 throws SettingNotFoundException {
3430 throw new SettingNotFoundException(name);
3435 throw new SettingNotFoundException(name);
6788 * it throws {@link SettingNotFoundException}.
6793 * @throws SettingNotFoundException Thrown if a setting by the given
6799 throws SettingNotFoundException {
6804 throw new SettingNotFoundException(name);
6858 * it throws {@link SettingNotFoundException}.
6864 * @throws SettingNotFoundException Thrown if a setting by the given
6868 throws SettingNotFoundException {
6873 throw new SettingNotFoundException(name);
6925 * it throws {@link SettingNotFoundException}.
6930 * @throws SettingNotFoundException Thrown if a setting by the given
6936 throws SettingNotFoundException {
6939 throw new SettingNotFoundException(name);
6944 throw new SettingNotFoundException(name);