Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void Impala::Persistency::DOMTreeErrorReporter::error ( const XERCES_CPP_NAMESPACE_QUALIFIER SAXParseException &  toCatch  )  [inline]

Definition at line 70 of file DOMTreeErrorReporter.h.

References fSawErrors, and ILOG_ERROR.

00071     {
00072         fSawErrors = true;
00073         ILOG_ERROR("Error in file \""
00074                    << StrX(toCatch.getSystemId()).localForm()
00075                    << "\", line " << toCatch.getLineNumber()
00076                    << ", column " << toCatch.getColumnNumber()
00077                    << ": " << StrX(toCatch.getMessage()).localForm());
00078     }


Generated on Thu Jan 13 09:22:42 2011 for ImpalaSrc by  doxygen 1.5.1