18 #if !defined(XSLEXCEPTION_HEADER_GUARD_1357924680) 19 #define XSLEXCEPTION_HEADER_GUARD_1357924680 33 XALAN_CPP_NAMESPACE_BEGIN
55 MemoryManager& theManager,
56 const Locator* theLocator);
67 MemoryManager& theManager);
69 XSLException(
const XSLException& other);
79 virtual const XalanDOMChar*
123 return m_columnNumber;
129 return m_memoryManager;
135 return m_memoryManager;
145 XalanFileLoc theLineNumber,
146 XalanFileLoc theColumnNumber,
147 const XalanDOMChar* theType,
150 return defaultFormat(
164 const XalanDOMChar* theMessage,
165 const XalanDOMChar* theURI,
166 XalanFileLoc theLineNumber,
167 XalanFileLoc theColumnNumber,
168 const XalanDOMChar* theType,
171 assert(theMessage != 0);
173 return defaultFormat(
187 const XalanDOMChar* theMessage,
189 const XalanDOMChar* theURI,
191 XalanFileLoc theLineNumber,
192 XalanFileLoc theColumnNumber,
193 const XalanDOMChar* theType,
206 const XalanFileLoc m_lineNumber;
207 const XalanFileLoc m_columnNumber;
210 const bool m_formatted;
215 XALAN_CPP_NAMESPACE_END
219 #endif // XSLEXCEPTION_HEADER_GUARD_1357924680 const MemoryManager & getMemoryManager() const
XalanFileLoc getLineNumber() const
Retrieve the line number.
MemoryManager & getMemoryManager()
static XalanDOMString & defaultFormat(const XalanDOMChar *theMessage, const XalanDOMChar *theURI, XalanFileLoc theLineNumber, XalanFileLoc theColumnNumber, const XalanDOMChar *theType, XalanDOMString &theBuffer)
const XalanDOMChar * c_str() const
const XalanDOMString & getURI() const
Get the URI for the associated document, if any.
static XalanDOMString & defaultFormat(const XalanDOMString &theMessage, const XalanDOMString &theURI, XalanFileLoc theLineNumber, XalanFileLoc theColumnNumber, const XalanDOMChar *theType, XalanDOMString &theBuffer)
XalanFileLoc getColumnNumber() const
Retrieve the column number.
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER Locator LocatorType
const XalanDOMString & getMessage() const
Retrieve message for exception.
XALAN_CPP_NAMESPACE_BEGIN XALAN_USING_XERCES(Locator)
MemoryManager & m_memoryManager