----- "Gilles Sadowski" <gil...@harfang.homelinux.org> a écrit :

> > 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.

But these classes are really public: they are used to provide the parameters 
for the exception themselves so they appear to be at the same level as the 
exceptions.

Luc

> 
> > [...]
> 
> Gilles
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to