]> source.dussan.org Git - vaadin-framework.git/commit
Never *EVER* send exceptions only to GUI, *ALWAYS* send them also to console. Otherwi...
authorJani Laakso <jani.laakso@itmill.com>
Fri, 2 Nov 2007 10:38:32 +0000 (10:38 +0000)
committerJani Laakso <jani.laakso@itmill.com>
Fri, 2 Nov 2007 10:38:32 +0000 (10:38 +0000)
commit6c899bf0dcbc671bfd4f7a0368045adde663a671
tree944fb279e48b94c9fd4ad0181bd57890a5653ee4
parent8c02f608a4ab6f74adca3410306112023d1cb68b
Never *EVER* send exceptions only to GUI, *ALWAYS* send them also to console. Otherwise developer wont see exception because you can count on the fact that application user wont report it or even understand how to find it. These errors are even harder to see from GUI, USE CONSOLE.

svn changeset:2675/svn branch:trunk
src/com/itmill/toolkit/terminal/gwt/server/CommunicationManager.java