From: Max R. A. <ma...@eo...> - 2002-10-26 20:22:10
|
Hi! I will suggest that HibernateException et.al. should extend commons.lang.exeception.NestableException, as hibernate is already dependent on the commons.lang stuff. Why ?, because while working on "stress-testing" the error handling in some of the parsing of the hibernate internals I found that if the cause/root exception would have been included in the errorreporting I would have much more relevant information available to me as an hibernate user. If you say "yes - that's a great idea" then I'll gladly start on doing the footwork and send you the patch - but some people is quite religous abut exception handling and the nestable "stuff", so if noone wants to commit it to cvs I won't do it :) So, would you also like to get better error-messages in Hibernate ? yes or no ? :) /max |