MessageEncoder, ArtifactMap, and SAML 1.x encoder classes.
[shibboleth/opensaml2.git] / saml / exceptions.h
index 2259d1a..186aa4e 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /**
- * @file exceptions.h
+ * @file saml/exceptions.h
  * 
  * Exception classes
  */
@@ -27,7 +27,7 @@
 #include <xmltooling/exceptions.h>
 
 namespace opensaml {
-    
+    DECL_XMLTOOLING_EXCEPTION(BindingException,SAML_EXCEPTIONAPI(SAML_API),opensaml,xmltooling::XMLToolingException,Exceptions in SAML binding processing);
 };
 
 #endif /* __saml_exceptions_h__ */