} else if(iVarStartLine != -1) {
sVar = "Variable named '" + crlao.uSOB.getVisible(sobVarStartName) + "' (delimiter='" + cVarStartDelim + "') started on " +
((iLineNumber == iVarStartLine)?"THIS line":"line " + iVarStartLine) + ". ";
}
ConfigFormatException cfx = new ConfigFormatException(": [" + crlao.crc.toString() + "]. [sb_line: " + iw_line.toString() + "]. NOTES: "+ sMLC + sSLC + sVar + " THE SPECIFIC ERROR MESSAGE (LINE " + iLineNumber +
((i_charIdx != -1)?", INDEX " + i_charIdx:sES) +
"): " + s_message + ".");
if(!optr.getOWriter().getClass().getName().equals("xbn.output.OWSysDotOut")) {
//This is not writing to System.out. If it were, it would be printed
//twice.
optr.write(cfx.toString());
}
throw cfx;
}