Package org.omg.CORBA.TypeCodePackage

Provides a couple of exceptions, thrown by methods in the TypeCode class.

Exception Summary

BadKind This exception is thrown when an inappropriate operation is invoked on a TypeCode object.
Bounds The TypeCode.member_name(int), TypeCode.member_type(int) and TypeCode.member_label(int) raise Bounds when the parameter is larger than the index of the last member, constituting the type.
Provides a couple of exceptions, thrown by methods in the TypeCode class.