www.alphaworks.ibm.comwww.ibm.com/developerwww.ibm.com

Home

Readme
Download

Build







Migration

Releases

Feedback

Y2K Compliance


CVS Repository
Mail Archive

API Docs for SAX and DOM
 

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

XMLException.hpp File Reference

Include dependency graph for XMLException.hpp:

Include dependency graph
XercesDefs_hpp XMLUni_hpp AutoSense_hpp

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

Included by dependency graph
ArrayIndexOutOfBoundsException_hpp EmptyStackException_hpp IllegalArgumentException_hpp InvalidCastException_hpp IOException_hpp NoDefTranscoderException_hpp NoSuchElementException_hpp NullPointerException_hpp NumberFormatException_hpp ParseException_hpp PlatformUtils_hpp RuntimeException_hpp TranscodingException_hpp UnexpectedEOFException_hpp UnsupportedEncodingException_hpp UTFDataFormatException_hpp XMLNetAccessor_hpp XMLURL_hpp

Go to the source code of this file.

Compounds

class  XMLException

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 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)
 



Copyright © 2000 The Apache Software Foundation. All Rights Reserved.