D's constructor call hierarchy (Was: Re: [Bug 91] Inherited classes require base class to have a default constructor.)

Bruno Medeiros brunodomedeirosATgmail at SPAM.com
Sun Apr 9 11:47:44 PDT 2006


Søren J. Løvborg wrote:
> (On an unrelated note, shouldn't Exception also support exception chaining?)
> 

What do you mean by exception chaining?
Do you mean exception aggregation/composition (where one specifies an 
exception as a sub cause of the parent exception)?. Or you mean nested 
exception throwing, where you throw a new, unrelated exception in a 
catch block and still have info about the previous exception?

-- 
Bruno Medeiros - CS/E student
http://www.prowiki.org/wiki4d/wiki.cgi?BrunoMedeiros#D



More information about the Digitalmars-d mailing list