Annotation of parser3/src/include/pa_xml_exception.h, revision 1.4

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.4     ! paf        13: static const char * const IDENT_XML_EXCEPTION_H="$Date: 2004/02/11 15:33:15 $";
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: