Exception: Orocos::TaskConfigurations::SectionNotFound

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/orocos/configurations.rb

Overview

Exception raised when the user asks for a non-existent configuration

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(section_name) ⇒ SectionNotFound

Returns a new instance of SectionNotFound



44
45
46
# File 'lib/orocos/configurations.rb', line 44

def initialize(section_name)
    @section_name = section_name
end

Instance Attribute Details

#section_nameObject (readonly)

Returns the value of attribute section_name



42
43
44
# File 'lib/orocos/configurations.rb', line 42

def section_name
  @section_name
end