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

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

Definition at line 81 of file DOMTreeErrorReporter.h.

References fSawErrors, and ILOG_ERROR.

00082     {
00083         fSawErrors = true;
00084         ILOG_ERROR("Fatal Error in file \""
00085                    << StrX(toCatch.getSystemId()).localForm()
00086                    << "\", line " << toCatch.getLineNumber()
00087                    << ", column " << toCatch.getColumnNumber()
00088                    << ": " << StrX(toCatch.getMessage()).localForm());
00089     }


Generated on Fri Mar 19 11:34:40 2010 for ImpalaSrc by  doxygen 1.5.1