On Fri, Oct 17, 2008 at 10:00 PM, Dale Miller <[EMAIL PROTECTED]> wrote:
> Does the word 'type' here mean 'the
> class of the exception object'?
Yes. It means "type" as in the type system. If the class of the
exception being thrown is equal to or is a subclass of the type of the
pointer provided
On Fri, Oct 17, 2008 at 7:12 PM, Dale Miller <[EMAIL PROTECTED]> wrote:
> In particular, the examples show a series of @catch blocks arranged in
> most-specific to least-specific order. Since the different blocks in the
> example
> have different parameter specifications for the different blocks th