Exception: OroGen::InvalidInterfaceType

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/orogen/exceptions.rb

Direct Known Subclasses

NotExportedType

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#typeObject (readonly)

Returns the value of attribute type



16
17
18
# File 'lib/orogen/exceptions.rb', line 16

def type
  @type
end