X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltooling%2Fexceptions.h;fp=xmltooling%2Fexceptions.h;h=1c07a34225c2f5b059b19ad50dae46d7e0409a01;hb=fb67842a358b830f18eb0ba008b8d294cf273d3c;hp=2291a9cd5648e7a7b037d203389fa8cc069efda2;hpb=c390bc9abfd5ef673577b2da3104c3f36fb1c18d;p=shibboleth%2Fcpp-xmltooling.git diff --git a/xmltooling/exceptions.h b/xmltooling/exceptions.h index 2291a9c..1c07a34 100644 --- a/xmltooling/exceptions.h +++ b/xmltooling/exceptions.h @@ -350,6 +350,7 @@ namespace xmltooling { DECL_XMLTOOLING_EXCEPTION(UnknownAttributeException,XMLTOOL_EXCEPTIONAPI(XMLTOOL_API),xmltooling,XMLToolingException,Exceptions due to processing of unknown attributes); DECL_XMLTOOLING_EXCEPTION(UnknownExtensionException,XMLTOOL_EXCEPTIONAPI(XMLTOOL_API),xmltooling,XMLToolingException,Exceptions from use of an unrecognized extension/plugin); DECL_XMLTOOLING_EXCEPTION(ValidationException,XMLTOOL_EXCEPTIONAPI(XMLTOOL_API),xmltooling,XMLToolingException,Exceptions during object validation); + DECL_XMLTOOLING_EXCEPTION(XMLSecurityException,XMLTOOL_EXCEPTIONAPI(XMLTOOL_API),xmltooling,XMLToolingException,Exceptions related to the XML security layer); };