Annotation of parser3/src/include/pa_xml_exception.h, revision 1.2
1.1 paf 1: /** @file
2: Parser: xml exception decls.
3:
4: Copyright (c) 2001-2003 ArtLebedev Group (http://www.artlebedev.com)
5: Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru)
6: */
7:
8: #ifndef PA_XML_EXCEPTION_H
9: #define PA_XML_EXCEPTION_H
10:
11: #ifdef XML
12:
1.2 ! paf 13: static const char * const IDENT_XML_EXCEPTION_H="$Date: 2003/11/06 08:50:26 $";
1.1 paf 14:
15: // includes
16:
17: #include "pa_exception.h"
18: #include "gdome.h"
19:
20: // defines
21:
22: class XmlException: public Exception {
23: public:
24:
25: XmlException(
26: const String* aproblem_source,
27: GdomeException& exc);
28:
29: };
30:
31: #endif
32:
33: #endif
E-mail: