Issue 142: inserter and extractor functions for exceptions (cxx_revision) Source: (, ) Nature: Uncategorized Severity: Summary: Summary: The spec is silent about whether to generate Any inserter and extractor (<<= and >>=) functions for exceptions, although they appear necessary for properly storing and manipulating exceptions. Resolution: added clarifying texed, fixed Revised Text: Actions taken: October 1, 1996: Received issue February 19, 1999: closed issue Discussion: End of Annotations:===== >From jon@sems.com Mon Sep 30 20:19:10 1996 Received: from ns.sems.com by amethyst.omg.org.omg.org (5.4R2.01/1.34) id AA05114; Mon, 30 Sep 1996 20:19:10 -0400 Received: from vaccine-bb.netlabs.com (vaccine-bb.sems.com) by proxy.netlabs.com (4.1/SMI-4.1) id AA03395; Mon, 30 Sep 96 16:11:50 PDT Received: from clamp.netlabs.com by vaccine-bb.netlabs.com (4.1/SMI-4.1) id AA00858; Mon, 30 Sep 96 17:17:33 PDT Received: from clamp by clamp.netlabs.com (SMI-8.6/SMI-SVR4) id RAA23933; Mon, 30 Sep 1996 17:17:31 -0700 Sender: jon@sems.com Message-Id: <32506319.7DDB@sems.com> Date: Mon, 30 Sep 1996 17:17:29 -0700 From: Jonathan Biggar Organization: Seagate Enterprise Management Software X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5.1 sun4m) Mime-Version: 1.0 To: cxx_revision@omg.org, issues@omg.org Subject: Exception usage issues Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Three issues (one I brought up before and just want to get into the official issue list): 1. The spec is silent about wheter to generate Any inserter & extractor (<<= and >>=) functions for exceptions. Since the DII & DSI both have exceptions stored in an Any (for UnknownUserException, and for ServerRequest), these functions appear necessary for compliant applications to properly store and manipulate the exception inside the any.