mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-08 09:07:53 +00:00
25 lines
668 B
C++
25 lines
668 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __java_lang_StringIndexOutOfBoundsException__
|
|
#define __java_lang_StringIndexOutOfBoundsException__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/IndexOutOfBoundsException.h>
|
|
|
|
class java::lang::StringIndexOutOfBoundsException : public ::java::lang::IndexOutOfBoundsException
|
|
{
|
|
|
|
public:
|
|
StringIndexOutOfBoundsException();
|
|
StringIndexOutOfBoundsException(::java::lang::String *);
|
|
StringIndexOutOfBoundsException(jint);
|
|
private:
|
|
static const jlong serialVersionUID = -6762910422159637258LL;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __java_lang_StringIndexOutOfBoundsException__
|