Exception: RRT_RUBY::RRTGeneric::FinderException
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- RRT_RUBY::RRTGeneric::FinderException
- Defined in:
- lib/rrt_ruby/rrt_generic.rb
Instance Attribute Summary collapse
-
#modelname ⇒ Object
readonly
Returns the value of attribute modelname.
Instance Method Summary collapse
-
#initialize(modelname) ⇒ FinderException
constructor
A new instance of FinderException.
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
#modelname ⇒ Object (readonly)
Returns the value of attribute modelname.
222 223 224 |
# File 'lib/rrt_ruby/rrt_generic.rb', line 222 def modelname @modelname end |