2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_lang_NoSuchMethodException__
5 #define __java_lang_NoSuchMethodException__
9 #include <java/lang/Exception.h>
11 class java::lang::NoSuchMethodException
: public ::java::lang::Exception
15 NoSuchMethodException();
16 NoSuchMethodException(::java::lang::String
*);
18 static const jlong serialVersionUID
= 5034388446362600923LL;
20 static ::java::lang::Class
class$
;
23 #endif // __java_lang_NoSuchMethodException__