ADA 1.3 RTF Avatar
  1. OMG Issue

ADA13 — declaration of an UnknownUserException

  • Key: ADA13-14
  • Legacy Issue Number: 3722
  • Status: closed  
  • Source: Anonymous
  • Summary:

    The dynamic invocation interface does not provide a way of raising
    the exception potentially returned by a dynamic call. We thus propose to

    add the following definitions in the CORBA package :

    UnknownUserException : exception;
    type UnknownUserException_Members is
    new CORBA.IDL_Exception_Members with record
    IDL_Exception : CORBA.Any;
    end record;

    procedure Get_Members
    (From : Ada.Exceptions.Exception_Occurrence;
    To : out UnknownUserException_Members);

    corresponding to the following pseudoIDL :

    exception UnknownUserException

    { any _Exception; }

    ;

  • Reported: ADA 1.2 — Tue, 20 Jun 2000 04:00 GMT
  • Disposition: Resolved — ADA 1.3
  • Disposition Summary:

    Accept as suggested

  • Updated: Fri, 6 Mar 2015 20:57 GMT