Exception class thrown when a problem parsing an XPath is encountered. More...
#include <XPathParserException.hpp>
Inherits XalanXPathException.
Exception class thrown when a problem parsing an XPath is encountered.
Definition at line 39 of file XPathParserException.hpp.
XPathParserException::XPathParserException | ( | const XalanDOMString & | theMessage, | |
MemoryManager & | theManager, | |||
const Locator * | theLocator | |||
) |
Constructor.
theMessage | message to write when exception thrown | |
theManager | The MemoryManager instance to use. | |
theLocator | The locator instance for error reporting, if any. |
XPathParserException::XPathParserException | ( | const XalanDOMString & | theMessage, | |
MemoryManager & | theManager | |||
) |
Constructor.
Use this constructor when the error message has already been formatted.
theMessage | message to write when exception thrown | |
theManager | The MemoryManager instance to use. |
XPathParserException::XPathParserException | ( | const XPathParserException & | other | ) |
virtual XPathParserException::~XPathParserException | ( | ) | [virtual] |
virtual const XalanDOMChar* XPathParserException::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 |
|