Post the output of the logcat tab when you get the exception.  If you are
using Eclipse be sure to clear the log just before running your application
so you don't have a huge message.

Thanks,
Justin

----------------------------------------------------------------------
There are only 10 types of people in the world...
Those who know binary and those who don't.
----------------------------------------------------------------------


On Tue, Nov 24, 2009 at 5:27 AM, tatman <[email protected]> wrote:

> Unfortunately that doesn't help me in this case either.
>
>
> On Nov 23, 2:05 pm, Justin Anderson <[email protected]> wrote:
> > Look at the logcat tab....  That will give you more information
> >
> > ----------------------------------------------------------------------
> > There are only 10 types of people in the world...
> > Those who know binary and those who don't.
> > ----------------------------------------------------------------------
> >
> > On Mon, Nov 23, 2009 at 11:17 AM, tatman <[email protected]> wrote:
> > > I apologize if this is not the right place for this question:  Im
> > > using exclipse and I see a window that this information (below)
> > > appear:
> >
> > > Title:  SqlLiteCursor.class
> >
> > > Source Not found
> >
> > > // Compiled from SQLiteCursor.java (version 1.5 : 49.0, super bit)
> > > public class android.database.sqlite.SQLiteCursor extends
> > > android.database.AbstractWindowedCursor {
> >
> > >  // Method descriptor #8 (Landroid/database/sqlite/
> > > SQLiteDatabase;Landroid/database/sqlite/SQLiteCursorDriver;Ljava/lang/
> > > String;Landroid/database/sqlite/SQLiteQuery;)V
> > >  // Stack: 3, Locals: 5
> > >  public SQLiteCursor(android.database.sqlite.SQLiteDatabase db,
> > > android.database.sqlite.SQLiteCursorDriver driver, java.lang.String
> > > editTable, android.database.sqlite.SQLiteQuery query);
> > >     0  aload_0 [this]
> > >     1  invokespecial android.database.AbstractWindowedCursor() [1]
> > >     4  new java.lang.RuntimeException [2]
> > >     7  dup
> > >     8  ldc <String "Stub!"> [3]
> > >    10  invokespecial java.lang.RuntimeException(java.lang.String) [4]
> > >    13  athrow
> > >      Line numbers:
> >
> > > I'm baffled.  I do not know 1) what the exception is 2) what part of
> > > my code caused this problem.
> >
> > > Now I realize I can start sticking break points all over the place,
> > > try/catches log etc... eventually I will figure this out.
> >
> > > Seems like there should be an easier way to find out this
> > > information.   Is there?
> >
> > > :)
> >
> > > Thnx
> > > Matt
> >
> > > --
> > > You received this message because you are subscribed to the Google
> > > Groups "Android Beginners" group.
> > > To post to this group, send email to
> [email protected]
> > > To unsubscribe from this group, send email to
> > > [email protected]<android-beginners%[email protected]>
> <android-beginners%[email protected]<android-beginners%[email protected]>
> >
> > > For more options, visit this group at
> > >http://groups.google.com/group/android-beginners?hl=en
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Beginners" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]<android-beginners%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-beginners?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to