30 #include "../../pappsoexception.h"
46 const QString &localName [[maybe_unused]],
48 const QXmlAttributes &attributes)
63 "ERROR in XtandemPresetSaxHandler::startElement "
64 "root tag %1 is not <bioml>")
85 "ERROR in XtandemPresetSaxHandler::startElement "
86 "tag %1, PAPPSO exception:\n%2")
88 .arg(exception_pappso.
qwhat());
91 catch(
const std::exception &exception_std)
94 "ERROR in XtandemPresetSaxHandler::startElement "
95 "tag %1, std exception:\n%2")
97 .arg(exception_std.what());
106 const QString &localName [[maybe_unused]],
107 const QString &qName)
126 "ERROR in XtandemPresetSaxHandler::endElement tag "
127 "%1, PAPPSO exception:\n%2")
129 .arg(exception_pappso.
qwhat());
132 catch(
const std::exception &exception_std)
135 "ERROR in XtandemPresetSaxHandler::endElement tag "
136 "%1, std exception:\n%2")
138 .arg(exception_std.what());
172 "Parse error at line %1, column %2 :\n"
174 .arg(exception.lineNumber())
175 .arg(exception.columnNumber())
176 .arg(exception.message());
186 "Parse error at line %1, column %2 :\n"
188 .arg(exception.lineNumber())
189 .arg(exception.columnNumber())
190 .arg(exception.message());
211 if(attributes.value(
"type") ==
"input")