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

public final class Bounds
- extends 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.
- Since:
- JDK1.2
- See Also:
- Serialized Form
|
Constructor Summary |
Bounds ()
Constructs a Bounds exception with no reason message. |
Bounds (String reason)
Constructs a Bounds exception with the specified
reason message. |
Methods inherited from class java.lang.Throwable  |
fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString  |
Bounds

public Bounds()
- Constructs a
Bounds exception with no reason message.
Bounds

public Bounds(String
reason)
- Constructs a
Bounds exception with the specified
reason message.
- Parameters:
reason - the String containing a reason message