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).
changed and committed.
regards Bernhard