On Tuesday 16 November 2004 22:56, [EMAIL PROTECTED] wrote:

> Â + Â Â Âthrow new RuntimeException("cannot load SegmentReader class: "
> + e.getMessage());

I think it's better to leave out the call to getMessage(), as the 
toString() which is then used automatically is slightly more verbose, it 
contains the real name of the exception ("ClassNotFoundException" in this 
case).

Regards
 Daniel

-- 
http://www.danielnaber.de

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to