Xalan-C++ API Reference 1.12.0
|
Exception class thrown when a problem parsing an XPath is encountered. More...
#include <xalanc/XPath/XPathParserException.hpp>
Additional Inherited Members | |
![]() | |
static XalanDOMString & | defaultFormat (const XalanDOMString &theMessage, const XalanDOMString &theURI, XalanFileLoc theLineNumber, XalanFileLoc theColumnNumber, const XalanDOMChar *theType, XalanDOMString &theBuffer) |
static XalanDOMString & | defaultFormat (const XalanDOMChar *theMessage, const XalanDOMChar *theURI, XalanFileLoc theLineNumber, XalanFileLoc theColumnNumber, const XalanDOMChar *theType, XalanDOMString &theBuffer) |
static XalanDOMString & | defaultFormat (const XalanDOMChar *theMessage, const XalanDOMString::size_type theMessageLength, const XalanDOMChar *theURI, const XalanDOMString::size_type theURILength, XalanFileLoc theLineNumber, XalanFileLoc theColumnNumber, const XalanDOMChar *theType, const XalanDOMString::size_type theTypeLength, XalanDOMString &theBuffer) |
![]() | |
MemoryManager & | m_memoryManager |
Exception class thrown when a problem parsing an XPath is encountered.
Definition at line 39 of file XPathParserException.hpp.
xalanc::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. |
xalanc::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. |
xalanc::XPathParserException::XPathParserException | ( | const XPathParserException & | other | ) |
|
virtual |
|
virtual |
Retrieve type of exception.
Reimplemented from xalanc::XalanXPathException.
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Mon Feb 5 2024 20:50:04 for Xalan-C++ API Reference by