Boundspublic final class Bounds extends org.omg.CORBA.UserException Provides the TypeCode operations member_name() ,
member_type() , and member_label .
These methods
raise Bounds when the index parameter is greater than or equal
to the number of members constituting the type. |
Constructors Summary |
---|
public Bounds()Constructs a Bounds exception with no reason message.
super();
| public Bounds(String reason)Constructs a Bounds exception with the specified
reason message.
super(reason);
|
|