Assume x86-64 if a 32-bit processor supports SSE2 and 64-bit
[official-gcc.git] / libjava / java / lang / ReflectiveOperationException.h
blob3a6a698214a0931ebf9ac7bfa3778083c731d20b
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_lang_ReflectiveOperationException__
5 #define __java_lang_ReflectiveOperationException__
7 #pragma interface
9 #include <java/lang/Exception.h>
11 class java::lang::ReflectiveOperationException : public ::java::lang::Exception
14 public:
15 ReflectiveOperationException();
16 ReflectiveOperationException(::java::lang::String *);
17 ReflectiveOperationException(::java::lang::String *, ::java::lang::Throwable *);
18 ReflectiveOperationException(::java::lang::Throwable *);
19 private:
20 static const jlong serialVersionUID = 123456789LL;
21 public:
22 static ::java::lang::Class class$;
25 #endif // __java_lang_ReflectiveOperationException__