#include <XalanXPathException.hpp>
Inherits XSLException.
Inherited by XalanQName::InvalidQNameException, XObject::XObjectException, XPathExceptionFunctionNotAvailable, XPathExceptionFunctionNotSupported, XPathExpression::XPathExpressionException, and XPathParserException.
Definition at line 46 of file XalanXPathException.hpp.
XalanXPathException::XalanXPathException | ( | const XalanDOMString & | theMessage, | |
MemoryManager & | theManager | |||
) |
Construct an XPath exeption object.
theMessage | The message explaining the problem. | |
theManager | The MemoryManager instance to use. |
XalanXPathException::XalanXPathException | ( | const XalanDOMString & | theMessage, | |
MemoryManager & | theManager, | |||
const Locator * | theLocator | |||
) |
Construct an XPath exeption object.
theMessage | The message explaining the problem. | |
theManager | The MemoryManager instance to use. | |
theLocator | The locator instance for error reporting, if any. |
XalanXPathException::XalanXPathException | ( | const XalanXPathException & | other | ) |
virtual XalanXPathException::~XalanXPathException | ( | ) | [virtual] |
virtual const XalanDOMChar* XalanXPathException::getType | ( | ) | const [virtual] |
Retrieve type of exception.
Implements XSLException.
Reimplemented in XalanQName::InvalidQNameException, XObject::XObjectException, XObject::XObjectInvalidConversionException, and XPathParserException.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|