]> source.dussan.org Git - vaadin-framework.git/commit
Newbies can easily do bad code that throws exceptions but those are simply ignored...
authorJani Laakso <jani.laakso@itmill.com>
Thu, 7 Feb 2008 13:16:51 +0000 (13:16 +0000)
committerJani Laakso <jani.laakso@itmill.com>
Thu, 7 Feb 2008 13:16:51 +0000 (13:16 +0000)
commit41f8ffbb8b7b11e741f01938a9b22ed7acf810a7
treec1683fd6b24244235bfe7e1a742fa3a0df35e193
parent79d11d91f016e6212c3b7c1de4917db08fff8aa4
Newbies can easily do bad code that throws exceptions but those are simply ignored on the server-side logs (System streams). We should print stack traces by default to System.err too, users may override this behaviour if required.

svn changeset:3729/svn branch:trunk
src/com/itmill/toolkit/Application.java