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
Version:
1.7, 03/18/98
  • Constructor Details

    • 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