30 #include "../../pappsoexception.h"
45 const QString &localName,
47 const QXmlAttributes &attributes)
62 "ERROR in XtandemPresetSaxHandler::startElement "
63 "root tag %1 is not <bioml>")
84 "ERROR in XtandemPresetSaxHandler::startElement "
85 "tag %1, PAPPSO exception:\n%2")
87 .arg(exception_pappso.
qwhat());
90 catch(std::exception exception_std)
93 "ERROR in XtandemPresetSaxHandler::startElement "
94 "tag %1, std exception:\n%2")
96 .arg(exception_std.what());
104 const QString &localName,
105 const QString &qName)
124 "ERROR in XtandemPresetSaxHandler::endElement tag "
125 "%1, PAPPSO exception:\n%2")
127 .arg(exception_pappso.
qwhat());
130 catch(std::exception exception_std)
133 "ERROR in XtandemPresetSaxHandler::endElement tag "
134 "%1, std exception:\n%2")
136 .arg(exception_std.what());
170 "Parse error at line %1, column %2 :\n"
172 .arg(exception.lineNumber())
173 .arg(exception.columnNumber())
174 .arg(exception.message());
184 "Parse error at line %1, column %2 :\n"
186 .arg(exception.lineNumber())
187 .arg(exception.columnNumber())
188 .arg(exception.message());
209 if(attributes.value(
"type") ==
"input")