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