We're building some internal web applications for divisions and we have a 
need to send any server side stack traces to the client so that when 
employee end-users encounter errors they can put a stacktrace in our 
ticketing system.

I have registered my own GWT.UncaughtExceptionHandler that recursively 
iterates over the throwable (and any nested throwables/exceptions) to 
generate a stacktrace and then, for now, puts this in a dialog.  This code 
is working but the behavior I am seeing is that the exception thrown on the 
server is not what is being displayed.  It's like it's being translated.

Anyone have any idea what's going on here and how to fix it?  Thanks.

--adam

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/0r1EgRhF4h4J.
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/google-web-toolkit?hl=en.

Reply via email to