summaryrefslogtreecommitdiff
path: root/libjava/java/lang/StringIndexOutOfBoundsException.h
blob: e3669a0d36603529afd3f4990c176ed4b7c7bd21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// 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__