Exception: RRT_RUBY::RRTGeneric::ElementException
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- RRT_RUBY::RRTGeneric::ElementException
- Defined in:
- lib/rrt_ruby/rrt_generic.rb
Instance Method Summary collapse
-
#initialize(element) ⇒ ElementException
constructor
A new instance of ElementException.
Constructor Details
#initialize(element) ⇒ ElementException
Returns a new instance of ElementException.
217 218 219 |
# File 'lib/rrt_ruby/rrt_generic.rb', line 217 def initialize element @element=element end |