XmlException::getQueryFile

#include <DbXml.hpp>

const char * XmlException::getQueryFile() const

If the exception code is XmlException::QUERY_PARSER_ERROR, this method returns the name of the module containing the error if it is available; otherwise it returns null. Use XmlException::getQueryLine and XmlException::getQueryColumn to get more information.

Class

XmlException

See Also

XmlException Methods