18#if !defined(XERCESDOMWRAPPEREXCEPTION_HEADER_GUARD_1357924680)
19#define XERCESDOMWRAPPEREXCEPTION_HEADER_GUARD_1357924680
27#include <xercesc/dom/DOMException.hpp>
87 translateErrorCode(DOMExceptionType::ExceptionCode theCode);
90 translateErrorCode(
short theCode)
92 return translateErrorCode(
static_cast<DOMExceptionType::ExceptionCode
>(theCode));
#define XALAN_CPP_NAMESPACE
#define XALAN_XERCESPARSERLIAISON_EXPORT
virtual ~XercesDOMWrapperException()
Destructor for XercesDOMException.
XercesDOMWrapperException(const XercesDOMWrapperException &theSource)
Copy constructor.
XercesDOMWrapperException(const DOMExceptionType &theException)
Constructor which takes a Xerces exception and translates it into a XercesDOMException.
XercesDOMWrapperException(ExceptionCode code=UNKNOWN_ERR)
Constructor which takes an error code.
xercesc::DOMException DOMExceptionType