Issue 1167: Any.insert_Object() (java-rtf) Source: (, ) Nature: Revision Severity: Summary: Summary: In Section 23.13, the signature for insert_Object() is given as, // throw excep when typecode inconsistent with value abstract public void insert_Object( org.omg.CORBA.Object o, org.omg.CORBA.TypeCode t) throws org.omg.CORBA.MARSHAL; Does this mean if an incorrect TypeCode is passed, eg. tk_short, that a MARSHAL Exception must be thrown or could a BAD_PARAM Exception be thrown. Resolution: closed issue Revised Text: Actions taken: April 22, 1998: received issue May 18, 1998: closed issue Discussion: End of Annotations:===== Return-Path: Date: Wed, 22 Apr 1998 16:20:37 +0100 From: Charlie Watson To: java-rtf@omg.org Subject: Any.insert_Object() In Section 23.13, the signature for insert_Object() is given as, // throw excep when typecode inconsistent with value abstract public void insert_Object( org.omg.CORBA.Object o, org.omg.CORBA.TypeCode t) throws org.omg.CORBA.MARSHAL; Does this mean if an incorrect TypeCode is passed, eg. tk_short, that a MARSHAL Exception must be thrown or could a BAD_PARAM Exception be thrown. Charles Watson Software Engineer ApTest Ireland.