blob: 3102b7a37a53580932c09f60ca81c719cf8e9850 (
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __javax_swing_text_BadLocationException__
#define __javax_swing_text_BadLocationException__
#pragma interface
#include <java/lang/Exception.h>
extern "Java"
{
namespace javax
{
namespace swing
{
namespace text
{
class BadLocationException;
}
}
}
}
class javax::swing::text::BadLocationException : public ::java::lang::Exception
{
public:
BadLocationException(::java::lang::String *, jint);
virtual jint offsetRequested();
private:
static const jlong serialVersionUID = -7712259886815656766LL;
public: // actually package-private
jint __attribute__((aligned(__alignof__( ::java::lang::Exception)))) offset;
public:
static ::java::lang::Class class$;
};
#endif // __javax_swing_text_BadLocationException__
|