Commit ea64e939 authored by jshaikh's avatar jshaikh

Added a system trace for tracing the error coming up aginst particular mod name and field name

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@205900 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d2c704d0
...@@ -1519,6 +1519,8 @@ public class GenVal ...@@ -1519,6 +1519,8 @@ public class GenVal
System.out.println(">>>>>>>>>>>numberOfColumns:"+numberOfColumns); System.out.println(">>>>>>>>>>>numberOfColumns:"+numberOfColumns);
if( numberOfColumns != resultStrVec.size() ) if( numberOfColumns != resultStrVec.size() )
{ {
//Added by Jaffar S for tracing the error coming up aginst which Field and Mod name
System.out.println("Error at GenVal.genVal() for Mod name = "+modName+" and Field Name = "+fldName);
errCode = "CONFIGERR"; errCode = "CONFIGERR";
} }
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment