From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,1a4156f047b063f X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news.glorb.com!news2.glorb.com!news2.arglkargh.de!news.albasani.net!news.gnuher.de!news.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Forcing Exception Handling Date: Mon, 28 Feb 2011 21:20:13 +0100 Message-ID: <87zkpfhpxe.fsf@mid.deneb.enyo.de> References: <02901b13-da72-48ae-9cb3-bf1a10144c44@u3g2000vbe.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ruchba.enyo.de 1298924413 5049 172.17.135.6 (28 Feb 2011 20:20:13 GMT) X-Complaints-To: news@enyo.de Cancel-Lock: sha1:Kndz/bVy3ur1VFA7+1SBBS5wECo= Xref: g2news2.google.com comp.lang.ada:18618 Date: 2011-02-28T21:20:13+01:00 List-Id: * iloAda: > I was wondering if there is a way in Ada to force exception handling. > For instance, if there is a call to a function that may raise an > exception, force the caller to handle that exception. I suppose you woud use out parameters for this purpose in Ada. Those can be used to carry secondary or exceptional results.