> URL: http://svn.apache.org/viewvc?rev=981404&view=rev > Log: > Moved the localization framework used for exceptions in the exceptions > package. > Its former place (in the utils package) was misleading as utils is rather for > numerical utilities, not low level library management >
I think that it would have been better to create an "exception.util" package to contain the low-level utilities for localizing the exception messages. That would emphasize that only when creating new exceptions (i.e. designing classes in the "exception" package) one should use those utilities, but not when using exceptions within other code in the library. > [...] Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org