#include <DOMSupportException.hpp>
Inherits XSLException.
Definition at line 41 of file DOMSupportException.hpp.
DOMSupportException::DOMSupportException | ( | const XalanDOMString & | theMessage, | |
MemoryManager & | theManager, | |||
const Locator * | theLocator | |||
) |
Constructor for an exception arising from DOMSupport classes.
theMessage | The error message. | |
theManager | the MemoryManager instance to use. | |
theLocator | The Locator instance to use, if any. |
DOMSupportException::DOMSupportException | ( | const XalanDOMString & | theMessage, | |
MemoryManager & | theManager | |||
) |
Constructor for an exception arising from DOMSupport classes.
Use this constructor when the error message is already formatted.
theMessage | The error message. | |
theManager | the MemoryManager instance to use. |
virtual DOMSupportException::~DOMSupportException | ( | ) | [virtual] |
virtual const XalanDOMChar* DOMSupportException::getType | ( | ) | const [virtual] |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|