org.omg.CORBA.TypeCodePackage
public final class: Bounds [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
org.omg.CORBA.TypeCodePackage.Bounds
All Implemented Interfaces:
IDLEntity, Serializable
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.
| Constructor: |
public Bounds() {
super();
}
Constructs a Bounds exception with no reason message. |
public Bounds(String reason) {
super(reason);
}
Constructs a Bounds exception with the specified
reason message. Parameters:
reason - the String containing a reason message
|
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |