Ticket #6080 (closed enhancement: fixed)
Debug console should log exception type and not only message
| Reported by: | Artur Signell | Owned by: | Artur Signell |
|---|---|---|---|
| Priority: | normal | Milestone: | Vaadin 6.5.0.pre1 |
| Component: | gwt-adapter | Version: | 6.4.8 |
| Keywords: | Cc: | ||
| Hours estimate: | Hours done: | ||
| Depends on: | |||
| Workaround: | |||
Description
For a NullPointerException or ClassCastException only "null" is logged which is not very helpful.
Change History
Note: See
TracTickets for help on using
tickets.

Print exception type in addition to message. In [16241].