2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_lang_annotation_AnnotationTypeMismatchException__
5 #define __java_lang_annotation_AnnotationTypeMismatchException__
9 #include <java/lang/RuntimeException.h>
11 class java::lang::annotation::AnnotationTypeMismatchException
: public ::java::lang::RuntimeException
15 AnnotationTypeMismatchException(::java::lang::reflect::Method
*, ::java::lang::String
*);
16 virtual ::java::lang::reflect::Method
* element();
17 virtual ::java::lang::String
* foundType();
19 static const jlong serialVersionUID
= 8125925355765570191LL;
20 ::java::lang::reflect::Method
* __attribute__((aligned(__alignof__( ::java::lang::RuntimeException
)))) element__
;
21 ::java::lang::String
* foundType__
;
23 static ::java::lang::Class
class$
;
26 #endif // __java_lang_annotation_AnnotationTypeMismatchException__