summaryrefslogtreecommitdiff
path: root/libjava/java/lang/IllegalStateException.h
blob: e79bced810f59c8d707b31594e46568dfcd3ecf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __java_lang_IllegalStateException__
#define __java_lang_IllegalStateException__

#pragma interface

#include <java/lang/RuntimeException.h>

class java::lang::IllegalStateException : public ::java::lang::RuntimeException
{

public:
  IllegalStateException();
  IllegalStateException(::java::lang::String *);
  IllegalStateException(::java::lang::String *, ::java::lang::Throwable *);
  IllegalStateException(::java::lang::Throwable *);
private:
  static const jlong serialVersionUID = -1848914673093119416LL;
public:
  static ::java::lang::Class class$;
};

#endif // __java_lang_IllegalStateException__