#include <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::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::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. |
| virtual XalanXPathException::~XalanXPathException |
( |
| ) |
|
|
virtual |
| virtual const XalanDOMChar* XalanXPathException::getType |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following file: