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 theTypeCode
operationsmember_name()
,member_type()
, andmember_label
. These methods raiseBounds
when the index parameter is greater than or equal to the number of members constituting the type.- Since:
- JDK1.2
-
-
Constructor Summary
Constructors Constructor and Description Bounds()
Constructs aBounds
exception with no reason message.Bounds(String reason)
Constructs aBounds
exception with the specified reason message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
Bounds
public Bounds()
Constructs aBounds
exception with no reason message.
Bounds
public Bounds(String reason)
Constructs aBounds
exception with the specified reason message.- Parameters:
-
reason
- the String containing a reason message
-
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.