> > > + catch (Throwable e) > > > Any objections to make this "catch (Exception e)" ? > I have bad experience with catching *Error's. > > I agree. If I remember correctly, "Effective Java, 2nd edition" suggests not to catch Throwable. I could be wrong. I like to stick at Exception as well.
-- Jeremy Thomerson http://www.wickettraining.com
