 |
Xalan-C++ API Reference
1.12.0
|
Go to the documentation of this file.
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));
102 #endif // !defined(XERCESDOMWRAPPEREXCEPTION_HEADER_GUARD_1357924680)
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
xercesc::DOMException DOMExceptionType
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.
XercesDOMWrapperException(const XercesDOMWrapperException &theSource)
Copy constructor.
#define XALAN_XERCESPARSERLIAISON_EXPORT
virtual ~XercesDOMWrapperException()
Destructor for XercesDOMException.