On Wed, 25 Apr 2012 02:24:28 PM g...@deanblakely.com wrote:
> 
>     public NotesDbAdapter open() throws SQLException {
>         mDbHelper = new DatabaseHelper(mCtx);
>         mDb = mDbHelper.getWritableDatabase();
>         return this;
>     }

One or both of the function calls (getWritableDatabase etc) throws the 
exception in question. That means the enclosing function either has to catch 
the exception or indicate it will be passed out of it.
-- 
Lindsay

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to