On Thu, 13 Mar 2008, Edvin Syse wrote:
> try {
> // work
> } catch (Exception e) {
> error(e.getMessage());
> }But this way you lose the stack trace, right? Maybe error(e) would be better? Best wishes, Timo -- Timo Rantalaiho Reaktor Innovations Oy <URL: http://www.ri.fi/ > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
