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