org.omg.CORBA.TypeCodePackage
public final class Bounds extends UserException implements IDLEntity, Serializable
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.
Constructor Summary | |
---|---|
Bounds()
Constructs a the exception. | |
Bounds(String reason)
Constructs the exception, explaining the reason of throwing it. |
Parameters: reason a string, explaining, why the exception has been thrown.