Exception: Roby::Planning::PlanModelError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/roby/planning/model.rb

Overview

which is of a wrong model

Direct Known Subclasses

NotFound

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(planner = nil) ⇒ PlanModelError

Returns a new instance of PlanModelError.



16
17
18
19
# File 'lib/roby/planning/model.rb', line 16

def initialize(planner = nil)
    @planner = planner 
    super()
end

Instance Attribute Details

#plannerObject

Returns the value of attribute planner.



15
16
17
# File 'lib/roby/planning/model.rb', line 15

def planner
  @planner
end