#include <xalanc/XPath/XalanXPathException.hpp>
|
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 |
|
Definition at line 46 of file XalanXPathException.hpp.
◆ XalanXPathException() [1/3]
xalanc::XalanXPathException::XalanXPathException |
( |
const XalanDOMString & |
theMessage, |
|
|
MemoryManager & |
theManager |
|
) |
| |
Construct an XPath exeption object.
- Parameters
-
theMessage | The message explaining the problem. |
theManager | The MemoryManager instance to use. |
◆ XalanXPathException() [2/3]
xalanc::XalanXPathException::XalanXPathException |
( |
const XalanDOMString & |
theMessage, |
|
|
MemoryManager & |
theManager, |
|
|
const Locator * |
theLocator |
|
) |
| |
Construct an XPath exeption object.
- Parameters
-
theMessage | The message explaining the problem. |
theManager | The MemoryManager instance to use. |
theLocator | The locator instance for error reporting, if any. |
◆ XalanXPathException() [3/3]
◆ ~XalanXPathException()
virtual xalanc::XalanXPathException::~XalanXPathException |
( |
| ) |
|
|
virtual |
◆ getType()
virtual const XalanDOMChar* xalanc::XalanXPathException::getType |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following file: