| 1 |
756 |
jeremybenn |
|
| 2 |
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
| 3 |
|
|
|
| 4 |
|
|
#ifndef __gnu_classpath_jdwp_JdwpConstants$Error__
|
| 5 |
|
|
#define __gnu_classpath_jdwp_JdwpConstants$Error__
|
| 6 |
|
|
|
| 7 |
|
|
#pragma interface
|
| 8 |
|
|
|
| 9 |
|
|
#include <java/lang/Object.h>
|
| 10 |
|
|
extern "Java"
|
| 11 |
|
|
{
|
| 12 |
|
|
namespace gnu
|
| 13 |
|
|
{
|
| 14 |
|
|
namespace classpath
|
| 15 |
|
|
{
|
| 16 |
|
|
namespace jdwp
|
| 17 |
|
|
{
|
| 18 |
|
|
class JdwpConstants$Error;
|
| 19 |
|
|
}
|
| 20 |
|
|
}
|
| 21 |
|
|
}
|
| 22 |
|
|
}
|
| 23 |
|
|
|
| 24 |
|
|
class gnu::classpath::jdwp::JdwpConstants$Error : public ::java::lang::Object
|
| 25 |
|
|
{
|
| 26 |
|
|
|
| 27 |
|
|
public:
|
| 28 |
|
|
JdwpConstants$Error();
|
| 29 |
|
|
static const jshort NONE = 0;
|
| 30 |
|
|
static const jshort INVALID_THREAD = 10;
|
| 31 |
|
|
static const jshort INVALID_THREAD_GROUP = 11;
|
| 32 |
|
|
static const jshort INVALID_PRIORITY = 12;
|
| 33 |
|
|
static const jshort THREAD_NOT_SUSPENDED = 13;
|
| 34 |
|
|
static const jshort THREAD_SUSPENDED = 14;
|
| 35 |
|
|
static const jshort INVALID_OBJECT = 20;
|
| 36 |
|
|
static const jshort INVALID_CLASS = 21;
|
| 37 |
|
|
static const jshort CLASS_NOT_PREPARED = 22;
|
| 38 |
|
|
static const jshort INVALID_METHODID = 23;
|
| 39 |
|
|
static const jshort INVALID_LOCATION = 24;
|
| 40 |
|
|
static const jshort INVALID_FIELDID = 25;
|
| 41 |
|
|
static const jshort INVALID_FRAMEID = 30;
|
| 42 |
|
|
static const jshort NO_MORE_FRAMES = 31;
|
| 43 |
|
|
static const jshort OPAQUE_FRAME = 32;
|
| 44 |
|
|
static const jshort NOT_CURRENT_FRAME = 33;
|
| 45 |
|
|
static const jshort TYPE_MISMATCH = 34;
|
| 46 |
|
|
static const jshort INVALID_SLOT = 35;
|
| 47 |
|
|
static const jshort DUPLICATE = 40;
|
| 48 |
|
|
static const jshort NOT_FOUND = 41;
|
| 49 |
|
|
static const jshort INVALID_MONITOR = 50;
|
| 50 |
|
|
static const jshort NOT_MONITOR_OWNER = 51;
|
| 51 |
|
|
static const jshort INTERRUPT = 52;
|
| 52 |
|
|
static const jshort INVALID_CLASS_FORMAT = 60;
|
| 53 |
|
|
static const jshort CIRCULAR_CLASS_DEFINITION = 61;
|
| 54 |
|
|
static const jshort FAILS_VERIFICATION = 62;
|
| 55 |
|
|
static const jshort ADD_METHOD_NOT_IMPLEMENTED = 63;
|
| 56 |
|
|
static const jshort SCHEMA_CHANGE_NOT_IMPLEMENTED = 64;
|
| 57 |
|
|
static const jshort INVALID_TYPESTATE = 65;
|
| 58 |
|
|
static const jshort HIERARCHY_CHANGE_NOT_IMPLEMENTED = 66;
|
| 59 |
|
|
static const jshort DELETE_METHOD_NOT_IMPLEMENTED = 67;
|
| 60 |
|
|
static const jshort UNSUPPORTED_VERSION = 68;
|
| 61 |
|
|
static const jshort NAMES_DONT_MATCH = 69;
|
| 62 |
|
|
static const jshort CLASS_MODIFIERS_CHANGE_NOT_IMPLEMENTED = 70;
|
| 63 |
|
|
static const jshort METHOD_MODIFIERS_CHANGE_NOT_IMPLEMENTED = 71;
|
| 64 |
|
|
static const jshort NOT_IMPLEMENTED = 99;
|
| 65 |
|
|
static const jshort NULL_POINTER = 100;
|
| 66 |
|
|
static const jshort ABSENT_INFORMATION = 101;
|
| 67 |
|
|
static const jshort INVALID_EVENT_TYPE = 102;
|
| 68 |
|
|
static const jshort ILLEGAL_ARGUMENT = 103;
|
| 69 |
|
|
static const jshort OUT_OF_MEMORY = 110;
|
| 70 |
|
|
static const jshort ACCESS_DENIED = 111;
|
| 71 |
|
|
static const jshort VM_DEAD = 112;
|
| 72 |
|
|
static const jshort INTERNAL = 113;
|
| 73 |
|
|
static const jshort UNATTACHED_THREAD = 115;
|
| 74 |
|
|
static const jshort INVALID_TAG = 500;
|
| 75 |
|
|
static const jshort ALREADY_INVOKING = 502;
|
| 76 |
|
|
static const jshort INVALID_INDEX = 503;
|
| 77 |
|
|
static const jshort INVALID_LENGTH = 504;
|
| 78 |
|
|
static const jshort INVALID_STRING = 506;
|
| 79 |
|
|
static const jshort INVALID_CLASS_LOADER = 507;
|
| 80 |
|
|
static const jshort INVALID_ARRAY = 508;
|
| 81 |
|
|
static const jshort TRANSPORT_LOAD = 509;
|
| 82 |
|
|
static const jshort TRANSPORT_INIT = 510;
|
| 83 |
|
|
static const jshort NATIVE_METHOD = 511;
|
| 84 |
|
|
static const jshort INVALID_COUNT = 512;
|
| 85 |
|
|
static ::java::lang::Class class$;
|
| 86 |
|
|
};
|
| 87 |
|
|
|
| 88 |
|
|
#endif // __gnu_classpath_jdwp_JdwpConstants$Error__
|