aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang/reflect/GenericSignatureFormatError.h
blob: c46c9264ad3d68b5153cd142ea0d644095ea232d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __java_lang_reflect_GenericSignatureFormatError__
#define __java_lang_reflect_GenericSignatureFormatError__

#pragma interface

#include <java/lang/ClassFormatError.h>

class java::lang::reflect::GenericSignatureFormatError : public ::java::lang::ClassFormatError
{

public:
  GenericSignatureFormatError();
private:
  static const jlong serialVersionUID = 6709919147137911034LL;
public:
  static ::java::lang::Class class$;
};

#endif // __java_lang_reflect_GenericSignatureFormatError__