Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    #16
    Well don't leave us in suspense! What's the ClassCastException? (Full error message and stack trace).

    Comment


      #17
      I'm very much a novice with web GUI development. Like I mentioned in my previous post, I can't figure out how to get at the full stacktrace.

      Comment


        #18
        You should already be seeing more information than just the classname of the Exception, without taking any special action. Possibly you have code that installs an UncaughtExceptionHandler (see core GWT docs for GWT.setUncaughtExceptionHandler()) that logs way to little information.

        Comment

        Working...
        X