ArrayIndexOutOfBoundsException.h 661 B

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