Exception: OroGen::InvalidInterfaceType
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- OroGen::InvalidInterfaceType
- Defined in:
- lib/orogen/exceptions.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(type) ⇒ InvalidInterfaceType
constructor
A new instance of InvalidInterfaceType.
Constructor Details
#initialize(type) ⇒ InvalidInterfaceType
Returns a new instance of InvalidInterfaceType
18 19 20 |
# File 'lib/orogen/exceptions.rb', line 18 def initialize(type) @type = type end |
Instance Attribute Details
#type ⇒ Object (readonly)
Returns the value of attribute type
16 17 18 |
# File 'lib/orogen/exceptions.rb', line 16 def type @type end |