summaryrefslogtreecommitdiff
path: root/libjava/java/lang/annotation/AnnotationTypeMismatchException.h
blob: 082d9f6a3c739a48ef0be36113c6c6267f686403 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __java_lang_annotation_AnnotationTypeMismatchException__
#define __java_lang_annotation_AnnotationTypeMismatchException__

#pragma interface

#include <java/lang/RuntimeException.h>

class java::lang::annotation::AnnotationTypeMismatchException : public ::java::lang::RuntimeException
{

public:
  AnnotationTypeMismatchException(::java::lang::reflect::Method *, ::java::lang::String *);
  virtual ::java::lang::reflect::Method * element();
  virtual ::java::lang::String * foundType();
private:
  static const jlong serialVersionUID = 8125925355765570191LL;
  ::java::lang::reflect::Method * __attribute__((aligned(__alignof__( ::java::lang::RuntimeException)))) element__;
  ::java::lang::String * foundType__;
public:
  static ::java::lang::Class class$;
};

#endif // __java_lang_annotation_AnnotationTypeMismatchException__