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,bd9ca356defda48d X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: constraint-errors Date: 1996/10/11 Message-ID: #1/1 X-Deja-AN: 188968705 references: <538vgm$2o1@server.umt.edu> <53bidr$en6@linus.mitre.org> <325D3A6B.3BC6@watson.ibm.com> organization: New York University newsgroups: comp.lang.ada Date: 1996-10-11T00:00:00+00:00 List-Id: "> additional common causes of constraint errors are the following: > > 6) running out of memory at run-time" surely not, Storage_Error should be raised in this situation.