Xalan-C++ API Documentation
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>
39 XALAN_CPP_NAMESPACE_BEGIN
87 translateErrorCode(DOMExceptionType::ExceptionCode theCode);
90 translateErrorCode(
short theCode)
92 return translateErrorCode(
static_cast<DOMExceptionType::ExceptionCode
>(theCode));
98 XALAN_CPP_NAMESPACE_END
102 #endif // !defined(XERCESDOMWRAPPEREXCEPTION_HEADER_GUARD_1357924680)
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.
#define XALAN_XERCESPARSERLIAISON_EXPORT
XercesDOMWrapperException(const XercesDOMWrapperException &theSource)
Copy constructor.
virtual ~XercesDOMWrapperException()
Destructor for XercesDOMException.
XERCES_CPP_NAMESPACE_QUALIFIER DOMException DOMExceptionType
Interpreting class diagrams
Doxygen and
GraphViz are
used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11
Copyright © 1999-2012 The Apache Software Foundation.
All Rights Reserved.
|
|