Daily bump.
[official-gcc.git] / libjava / java / util / IllegalFormatException.h
blobbf5f4088fdd750552d868551812abe2c5f06f9b0
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_util_IllegalFormatException__
5 #define __java_util_IllegalFormatException__
7 #pragma interface
9 #include <java/lang/IllegalArgumentException.h>
11 class java::util::IllegalFormatException : public ::java::lang::IllegalArgumentException
14 public: // actually package-private
15 IllegalFormatException();
16 IllegalFormatException(::java::lang::String *);
17 private:
18 static const jlong serialVersionUID = 18830826LL;
19 public:
20 static ::java::lang::Class class$;
23 #endif // __java_util_IllegalFormatException__