|
| static std::runtime_error | error (ParserCtx &oCtx, const xmlpp::Element *p0Element, const std::string &sAttr, const std::string &sErr) |
| | Create error exception. More...
|
| |
| static std::runtime_error | errorAttrCannotBothBeDefined (ParserCtx &oCtx, const xmlpp::Element *p0Element, const std::string &sAttr, const std::string &sOtherAttr) |
| |
| static std::runtime_error | errorAttrAlreadyDefinedByAnother (ParserCtx &oCtx, const xmlpp::Element *p0Element, const std::string &sAttr, const std::string &sOtherAttr) |
| |
| static std::runtime_error | errorAttrAlreadyDefinedByOthers (ParserCtx &oCtx, const xmlpp::Element *p0Element, const std::string &sAttr, const std::string &sOtherAttr, const std::string &sOtherAttr2) |
| |
| static std::runtime_error | errorAttrWithValueAlreadyDefined (ParserCtx &oCtx, const xmlpp::Element *p0Element, const std::string &sAttr, const std::string &sValue) |
| |
| static std::runtime_error | errorAttrWithValueNotDefined (ParserCtx &oCtx, const xmlpp::Element *p0Element, const std::string &sAttr, const std::string &sValue) |
| |
| static std::runtime_error | errorAttrCannotBeEmpty (ParserCtx &oCtx, const xmlpp::Element *p0Element, const std::string &sAttr) |
| |
| static std::runtime_error | errorAttrHexColorFormat (ParserCtx &oCtx, const xmlpp::Element *p0Element, const std::string &sAttr) |
| |
| static std::runtime_error | errorAttrOneTooManyNames (ParserCtx &oCtx, const xmlpp::Element *p0Element, const std::string &sAttr) |
| |
| static std::runtime_error | errorAttrNotWellFormedNumber (ParserCtx &oCtx, const xmlpp::Element *p0Element, const std::string &sAttr) |
| |
| static std::runtime_error | errorAttrNotWellFormedName (ParserCtx &oCtx, const xmlpp::Element *p0Element, const std::string &sAttr) |
| |
| static std::runtime_error | errorAttrUTF8CharInvalid (ParserCtx &oCtx, const xmlpp::Element *p0Element, const std::string &sAttr, const std::string &sValue) |
| |
| static std::runtime_error | errorAttrCannotHaveEmptyValue (ParserCtx &oCtx, const xmlpp::Element *p0Element, const std::string &sAttr) |
| |
| static std::runtime_error | errorAttrCannotDefineRangeOfNames (ParserCtx &oCtx, const xmlpp::Element *p0Element, const std::string &sAttr) |
| |
| static std::runtime_error | errorAttrNotFound (ParserCtx &oCtx, const xmlpp::Element *p0Element, const std::string &sAttr) |
| |
| static std::runtime_error | errorAttrInvalidValue (ParserCtx &oCtx, const xmlpp::Element *p0Element, const std::string &sAttr) |
| |
| static std::runtime_error | errorAttrVariableNotDefined (ParserCtx &oCtx, const xmlpp::Element *p0Element, const std::string &sAttr, const std::string &sVarName) |
| |
| static std::runtime_error | errorAttrEitherMustBeDefined (ParserCtx &oCtx, const xmlpp::Element *p0Element, const std::string &sAttrName1, const std::string &sAttrName2) |
| |
| static std::runtime_error | errorAttrEitherMustBeDefined (ParserCtx &oCtx, const xmlpp::Element *p0Element, const std::string &sAttrName1, const std::string &sAttrName2, const std::string &sAttrName3) |
| |
| static std::runtime_error | errorAttrEitherMustBeDefined (ParserCtx &oCtx, const xmlpp::Element *p0Element, const std::string &sAttrName1, const std::string &sAttrName2, const std::string &sAttrName3, const std::string &sAttrName4) |
| |
| static std::runtime_error | errorElementExpected (ParserCtx &oCtx, const xmlpp::Element *p0Element, const std::string &sElementName) |
| |
| static std::runtime_error | errorElementEitherMustBeDefined (ParserCtx &oCtx, const xmlpp::Element *p0Element, const std::string &sElementName1, const std::string &sElementName2) |
| |
| static std::runtime_error | errorElementTooMany (ParserCtx &oCtx, const xmlpp::Element *p0Element, const std::string &sElementName) |
| |
| static std::runtime_error | errorElementInvalid (ParserCtx &oCtx, const xmlpp::Element *p0Element, const std::string &sElementName) |
| |
| static std::runtime_error | errorElementCannotBothBeDefined (ParserCtx &oCtx, const xmlpp::Element *p0Element, const std::string &sElementName, const std::string &sElementName2) |
| |