Package org.omg.CORBA.TypeCodePackage
Class Bounds
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
org.omg.CORBA.TypeCodePackage.Bounds
- All Implemented Interfaces:
Serializable,IDLEntity
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.- Since:
- JDK1.2
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Bounds
public Bounds()Constructs aBoundsexception with no reason message. -
Bounds
Constructs aBoundsexception with the specified reason message.- Parameters:
reason- the String containing a reason message
-