aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/particulars.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v5/particulars.rb')
-rw-r--r--lib/sisu/v5/particulars.rb22
1 files changed, 11 insertions, 11 deletions
diff --git a/lib/sisu/v5/particulars.rb b/lib/sisu/v5/particulars.rb
index 7cc54737..000748ff 100644
--- a/lib/sisu/v5/particulars.rb
+++ b/lib/sisu/v5/particulars.rb
@@ -122,7 +122,7 @@ module SiSU_Particulars
@md=SiSU_Param::Parameters.new(opt).get
self
rescue
- SiSU_Errors::InfoError.new($!,$@,opt.cmd,opt.fnl).error do
+ SiSU_Errors::Rescued.new($!,$@,opt.cmd,opt.fnl).location do
__LINE__.to_s + ':' + __FILE__
end
end
@@ -133,7 +133,7 @@ module SiSU_Particulars
@env=SiSU_Env::InfoEnv.new(opt.fns)
self
rescue
- SiSU_Errors::InfoError.new($!,$@,opt.cmd,opt.fnl).error do
+ SiSU_Errors::Rescued.new($!,$@,opt.cmd,opt.fnl).location do
__LINE__.to_s + ':' + __FILE__
end
end
@@ -144,7 +144,7 @@ module SiSU_Particulars
@file=SiSU_Env::FileOp.new(@md)
self
rescue
- SiSU_Errors::InfoError.new($!,$@,opt.cmd,opt.fnl).error do
+ SiSU_Errors::Rescued.new($!,$@,opt.cmd,opt.fnl).location do
__LINE__.to_s + ':' + __FILE__
end
end
@@ -155,7 +155,7 @@ module SiSU_Particulars
@dal_array=SiSU_DAL::Source.new(opt).get
self
rescue
- SiSU_Errors::InfoError.new($!,$@,opt.cmd,opt.fnl).error do
+ SiSU_Errors::Rescued.new($!,$@,opt.cmd,opt.fnl).location do
__LINE__.to_s + ':' + __FILE__
end
end
@@ -165,7 +165,7 @@ module SiSU_Particulars
@sst_idx=SiSU_DAL::Source.new(opt).get_idx_sst
self
rescue
- SiSU_Errors::InfoError.new($!,$@,opt.cmd,opt.fnl).error do
+ SiSU_Errors::Rescued.new($!,$@,opt.cmd,opt.fnl).location do
__LINE__.to_s + ':' + __FILE__
end
end
@@ -175,7 +175,7 @@ module SiSU_Particulars
@raw_idx=SiSU_DAL::Source.new(opt).get_idx_raw
self
rescue
- SiSU_Errors::InfoError.new($!,$@,opt.cmd,opt.fnl).error do
+ SiSU_Errors::Rescued.new($!,$@,opt.cmd,opt.fnl).location do
__LINE__.to_s + ':' + __FILE__
end
end
@@ -185,7 +185,7 @@ module SiSU_Particulars
@html_idx=SiSU_DAL::Source.new(opt).get_idx_html
self
rescue
- SiSU_Errors::InfoError.new($!,$@,opt.cmd,opt.fnl).error do
+ SiSU_Errors::Rescued.new($!,$@,opt.cmd,opt.fnl).location do
__LINE__.to_s + ':' + __FILE__
end
end
@@ -195,7 +195,7 @@ module SiSU_Particulars
@xhtml_idx=SiSU_DAL::Source.new(opt).get_idx_xhtml
self
rescue
- SiSU_Errors::InfoError.new($!,$@,opt.cmd,opt.fnl).error do
+ SiSU_Errors::Rescued.new($!,$@,opt.cmd,opt.fnl).location do
__LINE__.to_s + ':' + __FILE__
end
end
@@ -208,11 +208,11 @@ module SiSU_Particulars
self
rescue
if @md
- SiSU_Errors::InfoError.new($!,$@,@md.opt.cmd,@md.opt.fnl).error do
+ SiSU_Errors::Rescued.new($!,$@,@md.opt.cmd,@md.opt.fnl).location do
__LINE__.to_s + ':' + __FILE__
end
else
- SiSU_Errors::InfoError.new($!,$@,opt.cmd,opt.fnl).error do
+ SiSU_Errors::Rescued.new($!,$@,opt.cmd,opt.fnl).location do
__LINE__.to_s + ':' + __FILE__
end
end
@@ -224,7 +224,7 @@ module SiSU_Particulars
@ocn_htmlseg_map=SiSU_DAL::Source.new(@md).get_map_ocn_htmlseg
self
rescue
- SiSU_Errors::InfoError.new($!,$@,opt.cmd,opt.fnl).error do
+ SiSU_Errors::Rescued.new($!,$@,opt.cmd,opt.fnl).location do
__LINE__.to_s + ':' + __FILE__
end
end