Exception: OroGen::Gen::RTT_CPP::Project::TypeImportError
- Inherits:
-
LoadError
- Object
- LoadError
- OroGen::Gen::RTT_CPP::Project::TypeImportError
- Defined in:
- lib/orogen/gen/project.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name) ⇒ TypeImportError
constructor
A new instance of TypeImportError.
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
#name ⇒ Object (readonly)
Returns the value of attribute name
455 456 457 |
# File 'lib/orogen/gen/project.rb', line 455 def name @name end |