OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / java / lang / annotation / AnnotationTypeMismatchException.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __java_lang_annotation_AnnotationTypeMismatchException__
5 #define __java_lang_annotation_AnnotationTypeMismatchException__
6
7 #pragma interface
8
9 #include <java/lang/RuntimeException.h>
10
11 class java::lang::annotation::AnnotationTypeMismatchException : public ::java::lang::RuntimeException
12 {
13
14 public:
15   AnnotationTypeMismatchException(::java::lang::reflect::Method *, ::java::lang::String *);
16   virtual ::java::lang::reflect::Method * element();
17   virtual ::java::lang::String * foundType();
18 private:
19   static const jlong serialVersionUID = 8125925355765570191LL;
20   ::java::lang::reflect::Method * __attribute__((aligned(__alignof__( ::java::lang::RuntimeException)))) element__;
21   ::java::lang::String * foundType__;
22 public:
23   static ::java::lang::Class class$;
24 };
25
26 #endif // __java_lang_annotation_AnnotationTypeMismatchException__