StringIndexOutOfBoundsException.h 668 B

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