From: Scott Cantor Date: Mon, 20 Feb 2006 08:15:02 +0000 (+0000) Subject: Add marshalling exceptions. X-Git-Tag: 1.0-alpha1~331 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=65322ba0e10ab893ada7d73a4eee29ddea77055e Add marshalling exceptions. --- diff --git a/xmltooling/exceptions.h b/xmltooling/exceptions.h index dcfc84e..914c536 100644 --- a/xmltooling/exceptions.h +++ b/xmltooling/exceptions.h @@ -55,6 +55,8 @@ namespace xmltooling { DECL_XMLTOOLING_EXCEPTION(XMLParserException); DECL_XMLTOOLING_EXCEPTION(XMLObjectException); + DECL_XMLTOOLING_EXCEPTION(MarshallingException); + DECL_XMLTOOLING_EXCEPTION(UnmarshallingException); };