Exception: OroGen::NotTypekitType
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- OroGen::NotTypekitType
- Defined in:
- lib/orogen/exceptions.rb
Overview
Exception thrown when a type is needed but we can't find a typekit for it
Instance Attribute Summary collapse
-
#type_name ⇒ Object
readonly
Returns the value of attribute type_name.
Instance Method Summary collapse
-
#initialize(type_name) ⇒ NotTypekitType
constructor
A new instance of NotTypekitType.
Constructor Details
#initialize(type_name) ⇒ NotTypekitType
Returns a new instance of NotTypekitType
36 37 38 |
# File 'lib/orogen/exceptions.rb', line 36 def initialize(type_name) @type_name = type_name end |
Instance Attribute Details
#type_name ⇒ Object (readonly)
Returns the value of attribute type_name
35 36 37 |
# File 'lib/orogen/exceptions.rb', line 35 def type_name @type_name end |