libMVRgdtf 40bc00a
A library for GDTF and MVR
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ErrorHandler.h
Go to the documentation of this file.
1#ifndef DONT_USE_XERCES_AS_XMLLIB
2#pragma once
3
4#ifndef ERROR_HANDLER_H
5#define ERROR_HANDLER_H
6
7#include "XercesSupport.h"
8
9namespace VectorworksMVR
10{
11 namespace XML
12 {
13 class XMLErrorHandler : public DOMErrorHandler
14 {
15 public:
16
19
21 bool handleError(const DOMError& domError);
22 void resetErrors() {};
23
24 private :
25 /* Unimplemented constructors and operators */
26 XMLErrorHandler(const DOMErrorHandler&);
27 void operator=(const DOMErrorHandler&);
28
29 char errorString[256];
30 };
31 }
32}
33#endif
34#endif
Definition ErrorHandler.h:14
~XMLErrorHandler()
Definition ErrorHandler.h:18
XMLErrorHandler()
Definition ErrorHandler.h:17
bool handleError(const DOMError &domError)
Definition ErrorHandler.cpp:11
void resetErrors()
Definition ErrorHandler.h:22
Definition CieColor.h:9