Re: [android-developers] Newbie Java question
On Wed, 25 Apr 2012 02:24:28 PM gary@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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home