Exception: OroGen::Gen::RTT_CPP::Project::TypeImportError

Inherits:
LoadError
  • Object
show all
Defined in:
lib/orogen/gen/project.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ TypeImportError

Returns a new instance of TypeImportError



456
457
458
459
# File 'lib/orogen/gen/project.rb', line 456

def initialize(name)
    @name = name
    super()
end

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name



455
456
457
# File 'lib/orogen/gen/project.rb', line 455

def name
  @name
end