mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			
		
			
				
	
	
		
			37 lines
		
	
	
		
			671 B
		
	
	
	
		
			C++
		
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			671 B
		
	
	
	
		
			C++
		
	
	
	
| 
 | |
| // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 | |
| 
 | |
| #ifndef __java_awt_print_PrinterException__
 | |
| #define __java_awt_print_PrinterException__
 | |
| 
 | |
| #pragma interface
 | |
| 
 | |
| #include <java/lang/Exception.h>
 | |
| extern "Java"
 | |
| {
 | |
|   namespace java
 | |
|   {
 | |
|     namespace awt
 | |
|     {
 | |
|       namespace print
 | |
|       {
 | |
|           class PrinterException;
 | |
|       }
 | |
|     }
 | |
|   }
 | |
| }
 | |
| 
 | |
| class java::awt::print::PrinterException : public ::java::lang::Exception
 | |
| {
 | |
| 
 | |
| public:
 | |
|   PrinterException();
 | |
|   PrinterException(::java::lang::String *);
 | |
| private:
 | |
|   static const jlong serialVersionUID = -3757589981158265819LL;
 | |
| public:
 | |
|   static ::java::lang::Class class$;
 | |
| };
 | |
| 
 | |
| #endif // __java_awt_print_PrinterException__
 |