Hi Paul, Excellent idea! I've added it to SVN trunk, respecting the immutability of the class as noted by Stephan.
Best regards, Jerome > -----Message d'origine----- > De : Paul J. Lucas [mailto:[EMAIL PROTECTED] > Envoyé : dimanche 27 janvier 2008 00:13 > À : [email protected] > Objet : Re: Status class should have a Throwable field > > OK, fine: then simply add a constructor that takes a Throwable as > well as a getThrown() method. Status can stay immutable. > > - Paul > > > On Jan 26, 2008, at 1:06 PM, Stephan Koops wrote: > > > Hello Paul, > > > > if I understood you right, than you want to add method to > the class > > Status to save the exception in the status object. But the Status > > objects are immutable as all metadata. So this won't work. > > > > best regards > > Stephan

