randombits-org / gwt-dispatch

Implements a reusable 'command pattern' API for GWT.
10 stars 1 forks source link

DispatchException(String, Throwable) does not pass the cause to super which breaks stack tracing #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Throw new DispatchException(String, Throwable)

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by yur...@gmail.com on 22 Mar 2013 at 9:00

GoogleCodeExporter commented 9 years ago
same is with DispatchException( Throwable cause ). Is it by design?

Original comment by yur...@gmail.com on 22 Mar 2013 at 9:05