#include <xalanc/DOMSupport/DOMSupportException.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 41 of file DOMSupportException.hpp.
◆ DOMSupportException() [1/2]
xalanc::DOMSupportException::DOMSupportException |
( |
const XalanDOMString & |
theMessage, |
|
|
MemoryManager & |
theManager, |
|
|
const Locator * |
theLocator |
|
) |
| |
Constructor for an exception arising from DOMSupport classes.
- Parameters
-
theMessage | The error message. |
theManager | the MemoryManager instance to use. |
theLocator | The Locator instance to use, if any. |
◆ DOMSupportException() [2/2]
xalanc::DOMSupportException::DOMSupportException |
( |
const XalanDOMString & |
theMessage, |
|
|
MemoryManager & |
theManager |
|
) |
| |
Constructor for an exception arising from DOMSupport classes.
Use this constructor when the error message is already formatted.
- Parameters
-
theMessage | The error message. |
theManager | the MemoryManager instance to use. |
◆ ~DOMSupportException()
virtual xalanc::DOMSupportException::~DOMSupportException |
( |
| ) |
|
|
virtual |
◆ getType()
virtual const XalanDOMChar* xalanc::DOMSupportException::getType |
( |
| ) |
const |
|
virtual |
The documentation for this class was generated from the following file: