Tagging 1.1 release.
[shibboleth/xmltooling.git] / xmltooling / exceptions.h
index ce032e1..43b17fb 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file exceptions.h
+ * @file xmltooling/exceptions.h
  * 
  * Exception classes
  */
@@ -276,6 +276,14 @@ namespace xmltooling {
          */
         std::string toString() const;
 
+        /**
+         * Returns a set of query string name/value pairs, URL-encoded, representing the
+         * exception's type, message, and parameters.
+         *
+         * @return  the query string representation
+         */
+        std::string toQueryString() const;
+
     private:
         std::string m_msg;
         mutable std::string m_processedmsg;