Exception: R2CORBA::CORBA::TypeCode::BadKind

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

Class Method Summary collapse

Methods inherited from UserException

_raise

Methods inherited from Exception

native2r

Class Method Details

._tcObject



1082
1083
1084
# File 'lib/corba/common/Typecode.rb', line 1082

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