#ifndef XML_EXCEPTION_H #define XML_EXCEPTION_H #include #include "exception.h" #include subExceptionDecl( XmlException ) /* class XmlException : public Exception { public: XmlException( const char *sFormat, ... ) throw(); XmlException( int nCode, const char *sFormat, ... ) throw(); XmlException( int nCode=0 ) throw(); };*/ #endif