OSDN Git Service

* auto-inc-dec.c: Fix pass description, remove apparent
[pf3gnuchains/gcc-fork.git] / libjava / java / lang / IllegalStateException.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __java_lang_IllegalStateException__
5 #define __java_lang_IllegalStateException__
6
7 #pragma interface
8
9 #include <java/lang/RuntimeException.h>
10
11 class java::lang::IllegalStateException : public ::java::lang::RuntimeException
12 {
13
14 public:
15   IllegalStateException();
16   IllegalStateException(::java::lang::String *);
17   IllegalStateException(::java::lang::String *, ::java::lang::Throwable *);
18   IllegalStateException(::java::lang::Throwable *);
19 private:
20   static const jlong serialVersionUID = -1848914673093119416LL;
21 public:
22   static ::java::lang::Class class$;
23 };
24
25 #endif // __java_lang_IllegalStateException__