http://xml.apache.org/http://www.apache.org/http://www.w3.org/

Home

Readme
Charter
Release Info

Installation
Download
Build Instructions

FAQs
Samples
API Docs

DOM C++ Binding
Programming
Migration Guide

Feedback
Bug-Reporting
PDF Document

Source Repository
User Mail Archive
Devel Mail Archive

API Docs for SAX and DOM
 

XMLException.hpp File Reference

Include dependency graph for XMLException.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define EXCEPTION_HPP
#define MakeXMLException(theType, expKeyword)
#define ThrowXML(type, code)   throw type(__FILE__, __LINE__, code)
#define ThrowXML1(type, code, p1)   throw type(__FILE__, __LINE__, code, p1)
#define ThrowXML2(type, code, p1, p2)   throw type(__FILE__, __LINE__, code, p1, p2)
#define ThrowXML3(type, code, p1, p2, p3)   throw type(__FILE__, __LINE__, code, p1, p2, p3)
#define ThrowXML4(type, code, p1, p2, p3, p4)   throw type(__FILE__, __LINE__, code, p1, p2, p3, p4)
#define ThrowXMLwithMemMgr(type, code, memMgr)   throw type(__FILE__, __LINE__, code, memMgr)
#define ThrowXMLwithMemMgr1(type, code, p1, memMgr)   throw type(__FILE__, __LINE__, code, p1, 0, 0, 0, memMgr)
#define ThrowXMLwithMemMgr2(type, code, p1, p2, memMgr)   throw type(__FILE__, __LINE__, code, p1, p2, 0, 0, memMgr)
#define ThrowXMLwithMemMgr3(type, code, p1, p2, p3, memMgr)   throw type(__FILE__, __LINE__, code, p1, p2, p3, 0, memMgr)
#define ThrowXMLwithMemMgr4(type, code, p1, p2, p3, p4, memMgr)   throw type(__FILE__, __LINE__, code, p1, p2, p3, p4, memMgr)


Define Documentation

#define EXCEPTION_HPP
 

#define MakeXMLException theType,
expKeyword   ) 
 

#define ThrowXML type,
code   )     throw type(__FILE__, __LINE__, code)
 

#define ThrowXML1 type,
code,
p1   )     throw type(__FILE__, __LINE__, code, p1)
 

#define ThrowXML2 type,
code,
p1,
p2   )     throw type(__FILE__, __LINE__, code, p1, p2)
 

#define ThrowXML3 type,
code,
p1,
p2,
p3   )     throw type(__FILE__, __LINE__, code, p1, p2, p3)
 

#define ThrowXML4 type,
code,
p1,
p2,
p3,
p4   )     throw type(__FILE__, __LINE__, code, p1, p2, p3, p4)
 

#define ThrowXMLwithMemMgr type,
code,
memMgr   )     throw type(__FILE__, __LINE__, code, memMgr)
 

#define ThrowXMLwithMemMgr1 type,
code,
p1,
memMgr   )     throw type(__FILE__, __LINE__, code, p1, 0, 0, 0, memMgr)
 

#define ThrowXMLwithMemMgr2 type,
code,
p1,
p2,
memMgr   )     throw type(__FILE__, __LINE__, code, p1, p2, 0, 0, memMgr)
 

#define ThrowXMLwithMemMgr3 type,
code,
p1,
p2,
p3,
memMgr   )     throw type(__FILE__, __LINE__, code, p1, p2, p3, 0, memMgr)
 

#define ThrowXMLwithMemMgr4 type,
code,
p1,
p2,
p3,
p4,
memMgr   )     throw type(__FILE__, __LINE__, code, p1, p2, p3, p4, memMgr)
 



Copyright © 1994-2004 The Apache Software Foundation. All Rights Reserved.