This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
It's sometimes useful to define a hierarchy of exceptions, e.g. exception NotFoundException { }; exception NoSuchElementException : NotFoundException { }; exception NoSuchFrameException : NotFoundException { }; If not, then the section on Exceptions (3.4.) should include this as another way exceptions differ from interfaces.
Yes, we discussed something like this recently on the mailing list: http://lists.w3.org/Archives/Public/public-script-coord/2010OctDec/0112.html I plan to add this to the spec soon.
Done: http://dev.w3.org/cvsweb/2006/webapi/WebIDL/Overview.html.diff?r1=1.263;r2=1.264;f=h