org.omg.CORBA.TypeCodePackage

Class Bounds

public final class Bounds extends UserException implements IDLEntity, Serializable

The {@link org.omg.CORBA.TypeCode#member_name(int) }, {@link org.omg.CORBA.TypeCode#member_type(int) } and {@link org.omg.CORBA.TypeCode#member_label(int) } raise Bounds when the parameter is larger than the index of the last member, constituting the type.
Constructor Summary
Bounds()
Constructs a the exception.
Bounds(String reason)
Constructs the exception, explaining the reason of throwing it.

Constructor Detail

Bounds

public Bounds()
Constructs a the exception.

Bounds

public Bounds(String reason)
Constructs the exception, explaining the reason of throwing it.

Parameters: reason a string, explaining, why the exception has been thrown.