mirror of git://gcc.gnu.org/git/gcc.git
				
				
				
			
		
			
				
	
	
		
			29 lines
		
	
	
		
			967 B
		
	
	
	
		
			C++
		
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			967 B
		
	
	
	
		
			C++
		
	
	
	
| 
 | |
| // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 | |
| 
 | |
| #ifndef __java_lang_reflect_InvocationTargetException__
 | |
| #define __java_lang_reflect_InvocationTargetException__
 | |
| 
 | |
| #pragma interface
 | |
| 
 | |
| #include <java/lang/ReflectiveOperationException.h>
 | |
| 
 | |
| class java::lang::reflect::InvocationTargetException : public ::java::lang::ReflectiveOperationException
 | |
| {
 | |
| 
 | |
| public: // actually protected
 | |
|   InvocationTargetException();
 | |
| public:
 | |
|   InvocationTargetException(::java::lang::Throwable *);
 | |
|   InvocationTargetException(::java::lang::Throwable *, ::java::lang::String *);
 | |
|   virtual ::java::lang::Throwable * getTargetException();
 | |
|   virtual ::java::lang::Throwable * getCause();
 | |
| private:
 | |
|   static const jlong serialVersionUID = 4085088731926701167LL;
 | |
|   ::java::lang::Throwable * __attribute__((aligned(__alignof__( ::java::lang::ReflectiveOperationException)))) target;
 | |
| public:
 | |
|   static ::java::lang::Class class$;
 | |
| };
 | |
| 
 | |
| #endif // __java_lang_reflect_InvocationTargetException__
 |