# this method views an existing address record def loadhtmldialogmap require 'fileutils' begin # exception trapped block fileName = @a_viewdialogmaphtml fd = File.open(fileName,"r") @a_dialogmapdatahtml = fd.read fd.close rescue SystemCallError, StandardError $stderr.print "system call error: " + $! end # exception rescue end