Exception: RRT_RUBY::Finder::FinderException

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

Overview

Errors accessing the OLE Server are reported with this class

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(modelname) ⇒ FinderException

Returns a new instance of FinderException.



24
25
26
27
# File 'lib/rrt_ruby/finder.rb', line 24

def initialize modelname
	super
	@modelname=modelname
end

Instance Attribute Details

#modelnameObject (readonly)

Returns the value of attribute modelname.



23
24
25
# File 'lib/rrt_ruby/finder.rb', line 23

def modelname
  @modelname
end