[modules-dev] Review request for 6588155 (fixes to borken tests)

Andreas Sterbenz Andreas.Sterbenz at Sun.COM
Wed Aug 1 15:30:10 PDT 2007


Dave Bristor wrote:
> 
> * RepositoryConfig: Now yields useful output from the InvocationTargetException.

I am not sure about putting the entire stack trace into the exception 
message. That's not what it was designed for. What's wrong with chaining 
the cause, i.e. new IllegalArgumentException(Cannot create ...", 
ex.getCause()) ?

Rest looks fine.

Andreas.




More information about the modules-dev mailing list