On 02/26/2010 07:11 PM, Sebastian Pipping wrote:
> Hello!
> 
> 
> I was wondering how to best handle a case with functions that I would
> like to collect several exceptions from.  Is there an existing standard
> way to solve this?
> 
> I was thinking of using the composite pattern for this allowing to throw
> "a tree of exceptions" with the option to flatten it for display later.
>  How far off does that sound to you?

Do you have an example case where you want to use this? Is this a
common practice? Maybe other approaches are better?
-- 
Thanks,
Zac

Reply via email to