Exception: RRT_RUBY::RRTGeneric::FinderException

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/rrt_ruby/rrt_generic.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(modelname) ⇒ FinderException

Returns a new instance of FinderException.



223
224
225
226
# File 'lib/rrt_ruby/rrt_generic.rb', line 223

def initialize modelname
  super
  @modelname=modelname
end

Instance Attribute Details

#modelnameObject (readonly)

Returns the value of attribute modelname.



222
223
224
# File 'lib/rrt_ruby/rrt_generic.rb', line 222

def modelname
  @modelname
end