FileDocCategorySizeDatePackage
Bounds.javaAPI DocJava SE 5 API977Fri Aug 26 14:58:34 BST 2005org.omg.CORBA.TypeCodePackage

Bounds

public 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.
version
1.7, 03/18/98
since
JDK1.2

Fields Summary
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.

param
reason the String containing a reason message

	super(reason);
    
Methods Summary