comp.lang.ada
 help / color / mirror / Atom feed
From: Mats Weber <Mats.Weber@elca-matrix.ch>
Subject: Re: In Exception ?
Date: 1998/04/09
Date: 1998-04-09T00:00:00+00:00	[thread overview]
Message-ID: <352D0352.A5C6D4BA@elca-matrix.ch> (raw)
In-Reply-To: 6gcjru$7im@drn.newsguy.com


nabbasi@earthlink.net.NOSPAM wrote:

> I think Ada should have a function that tells one if they are in an
> exception handler or not. I know this is platform specific stuff, but
> that is the whole idea of using Ada, to hide platform  specific things
> from the user. I remember that PLIon VMS had such a call in its run-time
> library, I could be wrong though.

Would that function return True or False at --B in the code below ? And if it
is called from a subprogram that is called form --A ? I think the concept of
"being in an exception handler" is just not so easy to define well.

begin
   ...  --A
exception
   when e =>
      begin
         ...  --B
      exception
         when f =>
            ...
      end;
end;




  parent reply	other threads:[~1998-04-09  0:00 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <35214b7a.0@news.profinet.at>
1998-04-04  0:00 ` In Exception ? Paul Van Bellinghen
1998-04-07  0:00   ` John Herro
1998-04-05  0:00 ` Corey Ashford
1998-04-07  0:00   ` nabbasi
1998-04-07  0:00     ` Corey Minyard
     [not found]     ` <Er1n22.24v@world.std.com>
1998-04-07  0:00       ` Robert Dewar
1998-04-09  0:00     ` Mats Weber [this message]
1998-04-09  0:00       ` nabbasi
1998-04-09  0:00     ` Mats Weber
1998-04-09  0:00       ` nabbasi
1998-04-10  0:00         ` Larry Kilgallen
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox