Exception: OroGen::NotTypekitType

Inherits:
RuntimeError
  • Object
show all
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

Instance Method Summary collapse

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_nameObject (readonly)

Returns the value of attribute type_name



35
36
37
# File 'lib/orogen/exceptions.rb', line 35

def type_name
  @type_name
end