Class Summary | |
---|---|
BadKind | This exception is thrown when an inappropriate operation is invoked on a org.omg.CORBA.TypeCode object. |
Bounds |
The org.omg.CORBA.TypeCode#member_name(int) ,
org.omg.CORBA.TypeCode#member_type(int) and
org.omg.CORBA.TypeCode#member_label(int) raise Bounds when
the parameter is larger than the index of the last member,
constituting the type.
|