unhandled exception type error
问题 I have never gotten this error before so I am not sure what to do or what it means Unhandled exception type OperationApplicationException It occurs in this code: public void putSettings(SharedPreferences pref){ ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); ops.add(ContentProviderOperation.newUpdate(Data.CONTENT_URI) .withSelection(Data.RAW_CONTACT_ID + \"=?\", new String[]{String.valueOf(pref.getString(SmsPrefs.ID, \"\"))}) .withValue(Data.MIMETYPE,\"vnd