At 08:13 AM 8/14/00 -0700, Evan Howarth wrote:
>Tony Olekshy wrote:
> > Just be sure to arrange to handle exceptions while handling
> > exceptions.
>
>Are you saying that the try-catch proposal automatically
>handles exceptions thrown in catch and finally blocks?

Well this is debatable, but IMHO an exception thrown in either of those 
blocks should go up to the enclosing try block, if any.  If it's not in a 
try block it causes program death.  If anyone suggests that

     try { .... }
     catch Exception::Foo, Exception::Bar { ... }
     catch { exception thrown here causes it to start going through catch 
blocks again }

then I'm afraid I'm going to have to turn to drink.

--
Peter Scott
Pacific Systems Design Technologies

Reply via email to