Re: Unexpected server to client exception translation occurring

2012-04-10 Thread Adam Gordon
Ok, I figured out what's going on here. Checked exceptions appear to be handled automatically by GWT and thrown to the client (not sure what happens here if they're not serializable). Unchecked exceptions are processed by AbstractRemoteServiceServlet.doUnexpectedFailure(Throwable). There does

Unexpected server to client exception translation occurring

2012-04-10 Thread Adam Gordon
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 recurs