mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			
		
			
				
	
	
		
			34 lines
		
	
	
		
			649 B
		
	
	
	
		
			C++
		
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			649 B
		
	
	
	
		
			C++
		
	
	
	
| 
 | |
| // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 | |
| 
 | |
| #ifndef __org_xml_sax_SAXNotRecognizedException__
 | |
| #define __org_xml_sax_SAXNotRecognizedException__
 | |
| 
 | |
| #pragma interface
 | |
| 
 | |
| #include <org/xml/sax/SAXException.h>
 | |
| extern "Java"
 | |
| {
 | |
|   namespace org
 | |
|   {
 | |
|     namespace xml
 | |
|     {
 | |
|       namespace sax
 | |
|       {
 | |
|           class SAXNotRecognizedException;
 | |
|       }
 | |
|     }
 | |
|   }
 | |
| }
 | |
| 
 | |
| class org::xml::sax::SAXNotRecognizedException : public ::org::xml::sax::SAXException
 | |
| {
 | |
| 
 | |
| public:
 | |
|   SAXNotRecognizedException();
 | |
|   SAXNotRecognizedException(::java::lang::String *);
 | |
|   static ::java::lang::Class class$;
 | |
| };
 | |
| 
 | |
| #endif // __org_xml_sax_SAXNotRecognizedException__
 |