* MAINTAINERS (Write After Approval): Add myself.
[official-gcc.git] / libjava / java / io / FileNotFoundException.h
blob794160dd5e05653e4db706608cb0022511c26ff1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_io_FileNotFoundException__
5 #define __java_io_FileNotFoundException__
7 #pragma interface
9 #include <java/io/IOException.h>
11 class java::io::FileNotFoundException : public ::java::io::IOException
14 public:
15 FileNotFoundException();
16 FileNotFoundException(::java::lang::String *);
17 private:
18 static const jlong serialVersionUID = -897856973823710492LL;
19 public:
20 static ::java::lang::Class class$;
23 #endif // __java_io_FileNotFoundException__