comp.lang.ada
 help / color / mirror / Atom feed
From: "Randy Brukardt" <randy@rrsoftware.com>
Subject: Re: I am not understanding user defined exceptions
Date: Fri, 3 Feb 2017 15:08:31 -0600
Date: 2017-02-03T15:08:31-06:00	[thread overview]
Message-ID: <o72rgf$qnu$1@franka.jacob-sparre.dk> (raw)
In-Reply-To: 6cb6e781-c6df-4962-99e3-760e7c7fab88@googlegroups.com

<patrick@spellingbeewinnars.org> wrote in message 
news:6cb6e781-c6df-4962-99e3-760e7c7fab88@googlegroups.com...
> Hi Everyone
>
> I am not understanding user defined exceptions. This little program will 
> ask the user for integer entry twice. If I type 1 at the first entry, 
> things work as expected and the exception is handled.
>
> However if I type, 2 and then 1, an exception is not raised at the second 
> text_io.get.
>
> If we type something like :
>         if x = 1
>         then
>           raise Foo_Error;
>         end if ;
>
> will x not be tested for exceptions conditions automatically from that 
> point onward?

No. Why would you think so? The above is just normal code that is executed 
when it is encountered in the statement stream. It doesn't have any magic 
properties.

                             Randy.


  reply	other threads:[~2017-02-03 21:08 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-03 20:27 I am not understanding user defined exceptions patrick
2017-02-03 21:08 ` Randy Brukardt [this message]
2017-02-03 22:41   ` patrick
2017-02-04  1:26 ` Dennis Lee Bieber
2017-02-04  6:58   ` J-P. Rosen
2017-02-04 17:08     ` Simon Wright
2017-02-08 17:55       ` Georg Bauhaus
2017-02-08 23:37         ` Randy Brukardt
2017-02-09 19:08           ` Robert A Duff
2017-02-09 21:47             ` Randy Brukardt
2017-02-09 22:52               ` Robert A Duff
2017-02-10  9:52                 ` Simon Wright
2017-02-10 10:11                   ` Dmitry A. Kazakov
2017-02-10 20:56                 ` Randy Brukardt
2017-02-10 21:09                 ` Randy Brukardt
2017-02-10 22:07                   ` Dmitry A. Kazakov
2017-02-13 23:20                     ` Randy Brukardt
2017-02-14  8:39                       ` Dmitry A. Kazakov
2017-02-14 20:07                         ` Randy Brukardt
2017-02-15  9:32                           ` Dmitry A. Kazakov
2017-02-10 23:53                   ` Shark8
2017-02-09  0:36         ` Robert A Duff
2017-02-09  7:43           ` Simon Wright
2017-02-09 19:15             ` Robert A Duff
2017-02-09 20:39               ` Randy Brukardt
2017-02-09 21:06               ` Randy Brukardt
2017-02-09 23:08                 ` Robert A Duff
2017-02-04  8:41 ` Simon Wright
replies disabled

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