Module java.corba

Class 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
    • Constructor Detail

      • 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