Annotation of parser3/src/include/pa_xml_exception.h, revision 1.5
1.1 paf 1: /** @file
2: Parser: xml exception decls.
3:
1.4 paf 4: Copyright (c) 2001-2005 ArtLebedev Group (http://www.artlebedev.com)
1.1 paf 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.5 ! paf 13: static const char * const IDENT_XML_EXCEPTION_H="$Date: 2005/08/09 08:14:50 $";
1.1 paf 14:
15: // includes
16:
17: #include "pa_exception.h"
18:
19: // defines
20:
21: class XmlException: public Exception {
22: public:
23:
24: XmlException(
1.5 ! paf 25: const String* aproblem_source);
1.1 paf 26:
27: };
28:
29: #endif
30:
31: #endif
E-mail: