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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a3ca574fc2007430 X-Google-Attributes: gid103376,public From: bobduff@world.std.com (Robert A Duff) Subject: Re: Ada and Automotive Industry Date: 1996/12/18 Message-ID: #1/1 X-Deja-AN: 204639111 references: <32B197A6.2781E494@escmail.orl.lmco.com> organization: The World Public Access UNIX, Brookline, MA newsgroups: comp.lang.ada Date: 1996-12-18T00:00:00+00:00 List-Id: In article , Robert Dewar wrote: >T.E.D. says > >"Hmmm. Can I take this to mean that it is not a good idea to raise >predefined exceptions manually? Are predefined exceptions somehow >handled differently than user-defined ones?" > >Yes, see RM 11.6 Just to clarify: 11.6 applies only to language-defined checks, not explicit raise statements like "raise Constraint_Error;". But I agree with Robert that "raise Constraint_Error;" is unlikely to be a good idea in most cases. - Bob