void SAerror ( unsigned int  code,
string  information,
string  lineNumber 
)

prints static analysis error messages

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Definition at line 854 of file debug.cc.

References SAerror(), and toInt().

00855 {
00856   if (lineNumber != "")
00857     SAerror(code, information, toInt(lineNumber));
00858   else
00859     SAerror(code, information, 0);
00860 }

Here is the call graph for this function:


Generated on Thu Jan 24 04:01:02 2008 for GNU BPEL2oWFN by  doxygen 1.5.2