-
Key: I2JAV11-60
-
Legacy Issue Number: 1583
-
Status: closed
-
Source: Anonymous
-
Summary:
Summary: The current mapping does not specify the org.omg.CORBA.UserException
class. I propose the mapping below. All generated user exception
constructors should then pass the exception"s id to the UserException
string constructor. The toString() method on the exception will then
output the Exception"s type id.package org.omg.CORBA;
public abstract class UserException extends java.lang.Exception
{
public UserException()
{
}public UserException(String r)
{ super(r); }}
-
Reported: I2JAV 1.0 — Fri, 26 Jun 1998 04:00 GMT
-
Disposition: Resolved — I2JAV 1.1
-
Disposition Summary:
closed issue
-
Updated: Fri, 6 Mar 2015 21:35 GMT
I2JAV11 — org.omg.CORBA.UserException class not specified
- Key: I2JAV11-60
- OMG Task Force: IDL to Java December 2000 RTF