1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __java_util_FormatterClosedException__
5 #define __java_util_FormatterClosedException__
6 
7 #pragma interface
8 
9 #include <java/lang/IllegalStateException.h>
10 
11 class java::util::FormatterClosedException : public ::java::lang::IllegalStateException
12 {
13 
14 public:
15   FormatterClosedException();
16 private:
17   static const jlong serialVersionUID = 18111216LL;
18 public:
19   static ::java::lang::Class class$;
20 };
21 
22 #endif // __java_util_FormatterClosedException__
23