50 m_message =
"XML syntax error ("+message+
")";
53 if (segment.length() > 0) {
73 m_message =
"Invalid XML attribute value: "+value;
93 m_message =
"Invalid XML node type ("+type+
").";
94 if (message.length() > 0) {
116 m_message =
"XML element name \""+name+
"\" not found.";
117 if (message.length() > 0) {
139 m_message =
"Invalid number of parameters found in XML element.";
140 if (message.length() > 0) {
162 m_message =
"Invalid parameter names found in XML element." ;
163 if (message.length() > 0) {
xml_bad_node_type(std::string origin, std::string type, std::string message="")
Invalid XML node type.
xml_syntax_error(std::string origin, std::string segment, std::string message="")
XML syntax error.
xml_attribute_value(std::string origin, std::string value)
Invalid XML attribute value.
xml_invalid_parnames(std::string origin, GXmlElement xml, std::string message="")
Invalid parameter names in XML element.
xml_invalid_parnum(std::string origin, GXmlElement xml, std::string message="")
Invalid number of parameters in XML element.
Exception handler interface definition.
xml_name_not_found(std::string origin, std::string type, std::string message="")
XML element name not found.