a1906e8bbf
2012-12-19 Matthias Klose <doko@ubuntu.com> Import GNU Classpath (20121202). * Regenerate class and header files. * Regenerate auto* files. * sources.am, gcj/javaprims.h: Regenerate. * gnu/java/nio/FileLockImpl.java (close): New override. From-SVN: r194618
28 lines
870 B
C++
28 lines
870 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __java_lang_ClassNotFoundException__
|
|
#define __java_lang_ClassNotFoundException__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/ReflectiveOperationException.h>
|
|
|
|
class java::lang::ClassNotFoundException : public ::java::lang::ReflectiveOperationException
|
|
{
|
|
|
|
public:
|
|
ClassNotFoundException();
|
|
ClassNotFoundException(::java::lang::String *);
|
|
ClassNotFoundException(::java::lang::String *, ::java::lang::Throwable *);
|
|
virtual ::java::lang::Throwable * getException();
|
|
virtual ::java::lang::Throwable * getCause();
|
|
private:
|
|
static const jlong serialVersionUID = 9176873029745254542LL;
|
|
::java::lang::Throwable * __attribute__((aligned(__alignof__( ::java::lang::ReflectiveOperationException)))) ex;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __java_lang_ClassNotFoundException__
|