#include <XSLTProcessorException.hpp>
Inherits XSLException.
Inherited by ElemMessage::ElemMessageTerminateException, and VariablesStack::InvalidStackContextException.
Definition at line 37 of file XSLTProcessorException.hpp.
XSLTProcessorException::XSLTProcessorException | ( | MemoryManager & | theManager, | |
const XalanDOMString & | theMessage, | |||
const Locator * | theLocator | |||
) |
Construct an XSLT Processor exception object.
theManager | The MemoryManager instance to use. | |
theMessage | The message to print when exception thrown | |
theLocator | The Locator instance for error reporting, if any. |
XSLTProcessorException::XSLTProcessorException | ( | MemoryManager & | theManager, | |
const XalanDOMString & | theMessage | |||
) |
Construct an XSLT Processor exception object.
Use this constructor when the error message is already formatted.
theManager | The MemoryManager instance to use. | |
theMessage | The message to print when exception thrown |
virtual XSLTProcessorException::~XSLTProcessorException | ( | ) | [virtual] |
virtual const XalanDOMChar* XSLTProcessorException::getType | ( | ) | const [inline, virtual] |
Retrieve type of exception.
Implements XSLException.
Reimplemented in ElemMessage::ElemMessageTerminateException, and VariablesStack::InvalidStackContextException.
Definition at line 68 of file XSLTProcessorException.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|