Exception: R2CORBA::CORBA::TypeCode::Bounds

Inherits:
UserException show all
Defined in:
lib/corba/common/Typecode.rb

Overview

Enum

Class Method Summary collapse

Methods inherited from UserException

_raise

Methods inherited from Exception

native2r

Class Method Details

._tcObject



1076
1077
1078
# File 'lib/corba/common/Typecode.rb', line 1076

def Bounds._tc
  @@tc_Bounds ||= CORBA::TypeCode::Except.new('IDL:omg.org/CORBA/TypeCode/Bounds:1.0'.freeze, 'Bounds', [], self)
end