KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > eclipse > jdi > internal > JDIMessages


1 /*******************************************************************************
2  * Copyright (c) 2000, 2007 IBM Corporation and others.
3  * All rights reserved. This program and the accompanying materials
4  * are made available under the terms of the Eclipse Public License v1.0
5  * which accompanies this distribution, and is available at
6  * http://www.eclipse.org/legal/epl-v10.html
7  *
8  * Contributors:
9  * IBM - Initial API and implementation
10  *******************************************************************************/

11 package org.eclipse.jdi.internal;
12
13 import org.eclipse.osgi.util.NLS;
14
15 public class JDIMessages extends NLS {
16     private static final String JavaDoc BUNDLE_NAME = "org.eclipse.jdi.internal.JDIMessages";//$NON-NLS-1$
17

18     public static String JavaDoc ArrayReferenceImpl_Invalid_index_of_array_reference_given_1;
19     public static String JavaDoc ArrayReferenceImpl_Invalid_ArrayReference_Value_tag_encountered___2;
20     public static String JavaDoc ArrayReferenceImpl_Attempted_to_set_more_values_in_array_than_length_of_array_3;
21     public static String JavaDoc ArrayReferenceImpl_Attempted_to_set_more_values_in_array_than_given_4;
22     public static String JavaDoc ArrayReferenceImpl__Garbage_Collected__ArrayReference_5;
23     public static String JavaDoc ArrayTypeImpl_getValues_not_allowed_on_array_1;
24     public static String JavaDoc ArrayTypeImpl_No_source_name_for_Arrays_1;
25
26     public static String JavaDoc class_or_object_not_known;
27     public static String JavaDoc ClassTypeImpl_Class_does_not_contain_given_method_1;
28     public static String JavaDoc ClassTypeImpl_Number_of_arguments_doesn__t_match_2;
29     public static String JavaDoc ClassTypeImpl_Method_is_constructor_or_intitializer_3;
30     public static String JavaDoc ClassTypeImpl_Class_does_not_contain_given_method_4;
31     public static String JavaDoc ClassTypeImpl_Number_of_arguments_doesn__t_match_5;
32     public static String JavaDoc ClassTypeImpl_Method_is_not_a_constructor_6;
33     public static String JavaDoc FieldImpl_Can__t_compare_field_to_given_object_1;
34     public static String JavaDoc FieldImpl_Got_FieldID_of_ReferenceType_that_is_not_a_member_of_the_ReferenceType_2;
35     public static String JavaDoc LocalVariableImpl_Can__t_compare_local_variable_to_given_object_1;
36     public static String JavaDoc LocalVariableImpl_Code_indexes_are_assumed_to_be_always_positive_2;
37     public static String JavaDoc LocalVariableImpl_The_stack_frame__s_method_does_not_match_this_variable__s_method_3;
38     public static String JavaDoc LocalVariableImpl_Code_indexes_are_assumed_to_be_always_positive_4;
39     public static String JavaDoc LocationImpl_Can__t_compare_location_to_given_object_1;
40     public static String JavaDoc LocationImpl_Code_indexes_are_assumed_to_be_always_positive_2;
41     public static String JavaDoc LocationImpl_sourcename___0___line___1__3;
42     public static String JavaDoc MethodImpl_Got_empty_line_number_table_for_this_method_1;
43     public static String JavaDoc MethodImpl_No_line_number_information_available_2;
44     public static String JavaDoc MethodImpl_Got_empty_line_number_table_for_this_method_3;
45     public static String JavaDoc MethodImpl_Invalid_code_index_of_a_location_given_4;
46     public static String JavaDoc MethodImpl_Can__t_compare_method_to_given_object_6;
47     public static String JavaDoc MethodImpl_No_local_variable_information_available_9;
48     public static String JavaDoc MethodImpl_Got_MethodID_of_ReferenceType_that_is_not_a_member_of_the_ReferenceType_10;
49     public static String JavaDoc MethodImpl_No_valid_location_at_the_specified_code_index__0__2;
50
51     public static String JavaDoc MirrorImpl_Got_error_code_in_reply___1;
52     public static String JavaDoc MirrorImpl_Got_invalid_data___2;
53
54     public static String JavaDoc ObjectReferenceImpl_object_not_known;
55
56     public static String JavaDoc ObjectReferenceImpl_Retrieved_a_different_number_of_values_from_the_VM_than_requested_1;
57     public static String JavaDoc ObjectReferenceImpl_Class_does_not_contain_given_method_2;
58     public static String JavaDoc ObjectReferenceImpl_Number_of_arguments_doesn__t_match_3;
59     public static String JavaDoc ObjectReferenceImpl_Method_is_constructor_or_intitializer_4;
60     public static String JavaDoc ObjectReferenceImpl_Method_is_abstract_and_can_therefore_not_be_invoked_nonvirtual_5;
61     public static String JavaDoc ObjectReferenceImpl_One_of_the_arguments_of_ObjectReference_invokeMethod___6;
62     public static String JavaDoc ObjectReferenceImpl__Garbage_Collected__ObjectReference__8;
63     public static String JavaDoc ObjectReferenceImpl_Invalid_ObjectID_tag_encountered___9;
64
65     public static String JavaDoc PrimitiveTypeImpl_Invalid_primitive_signature____1;
66     public static String JavaDoc PrimitiveTypeImpl___2;
67     public static String JavaDoc PrimitiveTypeImpl_A_PrimitiveType_does_not_have_modifiers_3;
68     public static String JavaDoc PrimitiveValueImpl_Invalid_Primitive_Value_encountered_1;
69     public static String JavaDoc PrimitiveValueImpl_Invalid_Primitive_Value_tag_encountered___2;
70
71     public static String JavaDoc ReferenceTypeImpl_26;
72     public static String JavaDoc ReferenceTypeImpl_27;
73     public static String JavaDoc ReferenceTypeImpl_no_class_version_support24;
74     public static String JavaDoc ReferenceTypeImpl_no_constant_pool_support;
75     public static String JavaDoc ReferenceTypeImpl_Obsolete_method_1;
76     public static String JavaDoc ReferenceTypeImpl_Retrieved_a_different_number_of_values_from_the_VM_than_requested_3;
77     public static String JavaDoc ReferenceTypeImpl_Can__t_compare_reference_type_to_given_object_4;
78     public static String JavaDoc ReferenceTypeImpl_Source_name_is_not_known_7;
79     public static String JavaDoc ReferenceTypeImpl_Invalid_ReferenceTypeID_tag_encountered___8;
80     public static String JavaDoc ReferenceTypeImpl_Type_has_not_been_loaded_10;
81
82     public static String JavaDoc StackFrameImpl_no_argument_values_available;
83     public static String JavaDoc StackFrameImpl_Retrieved_a_different_number_of_values_from_the_VM_than_requested_1;
84     public static String JavaDoc StringReferenceImpl__Garbage_Collected__StringReference__3;
85
86     public static String JavaDoc ThreadReferenceImpl_incapatible_return_type;
87     public static String JavaDoc ThreadReferenceImpl_no_force_early_return_on_threads;
88     public static String JavaDoc ThreadReferenceImpl_thread_cannot_force_native_method;
89     public static String JavaDoc ThreadReferenceImpl_thread_no_stackframes;
90     public static String JavaDoc ThreadReferenceImpl_thread_not_suspended;
91     public static String JavaDoc ThreadReferenceImpl_thread_object_invalid;
92     public static String JavaDoc ThreadReferenceImpl_thread_or_value_unknown;
93     public static String JavaDoc ThreadReferenceImpl_Thread_was_not_suspended_1;
94     public static String JavaDoc ThreadReferenceImpl_Invalid_index_of_stack_frames_given_4;
95     public static String JavaDoc ThreadReferenceImpl_Thread_was_not_suspended_5;
96     public static String JavaDoc ThreadReferenceImpl_Unknown_thread_status_received___6;
97     public static String JavaDoc ThreadReferenceImpl_Stop_argument_not_an_instance_of_java_lang_Throwable_in_the_target_VM_7;
98     public static String JavaDoc ThreadReferenceImpl_8;
99     public static String JavaDoc ThreadReferenceImpl__Garbage_Collected__ThreadReference__9;
100     public static String JavaDoc ThreadReferenceImpl_Unable_to_pop_the_requested_stack_frame_from_the_call_stack__Reasons_include__The_frame_id_was_invalid__The_thread_was_resumed__10;
101     public static String JavaDoc ThreadReferenceImpl_Unable_to_pop_the_requested_stack_frame__The_requested_stack_frame_is_not_suspended_11;
102     public static String JavaDoc ThreadReferenceImpl_Unable_to_pop_the_requested_stack_frame_from_the_call_stack__Reasons_include__The_requested_frame_was_the_last_frame_on_the_call_stack__The_requested_frame_was_the_last_frame_above_a_native_frame__12;
103     public static String JavaDoc ThreadReferenceImpl_vm_read_only;
104     public static String JavaDoc TypeImpl__Unloaded_Type__1;
105     public static String JavaDoc TypeImpl_Can__t_covert_method_signature_to_tag___9;
106     public static String JavaDoc TypeImpl_Invalid_signature____10;
107     public static String JavaDoc TypeImpl___11;
108     public static String JavaDoc TypeImpl_Can__t_convert_method_signature_to_name_2;
109     public static String JavaDoc ValueImpl_Invalid_Value_tag_encountered___1;
110
111     public static String JavaDoc VirtualMachineImpl_2;
112     public static String JavaDoc VirtualMachineImpl_3;
113     public static String JavaDoc VirtualMachineImpl_count_less_than_zero;
114     public static String JavaDoc VirtualMachineImpl_Target_VM__0__does_not_support_Hot_Code_Replacement_1;
115     public static String JavaDoc VirtualMachineImpl_Failed_to_get_ID_sizes_2;
116     public static String JavaDoc VirtualMachineImpl_Invalid_result_flag_in_Classes_Have_Changed_response___3;
117     public static String JavaDoc VirtualMachineImpl__4;
118     public static String JavaDoc VirtualMachineImpl_0;
119     public static String JavaDoc VirtualMachineImpl_1;
120     public static String JavaDoc VirtualMachineManagerImpl_Could_not_open_verbose_file___1;
121     public static String JavaDoc VirtualMachineManagerImpl_____2;
122
123     public static String JavaDoc vm_dead;
124     public static String JavaDoc VoidTypeImpl_A_VoidType_does_not_have_modifiers_1;
125     public static String JavaDoc VirtualMachineImpl_Add_method_not_implemented_1;
126     public static String JavaDoc VirtualMachineImpl_Scheme_change_not_implemented_2;
127     public static String JavaDoc VirtualMachineImpl_Hierarchy_change_not_implemented_3;
128     public static String JavaDoc VirtualMachineImpl_Delete_method_not_implemented_4;
129     public static String JavaDoc VirtualMachineImpl_Class_modifiers_change_not_implemented_5;
130     public static String JavaDoc VirtualMachineImpl_Method_modifiers_change_not_implemented_6;
131     public static String JavaDoc VerboseWriter___unknown_value__1;
132     public static String JavaDoc VerboseWriter__unknown_bit__2;
133     public static String JavaDoc VerboseWriter__none__4;
134     public static String JavaDoc ArrayReferenceImpl_Invalid_index_1;
135     public static String JavaDoc ArrayReferenceImpl_Invalid_srcIndex_2;
136     public static String JavaDoc ArrayReferenceImpl_Invalid_number_of_value_to_set_in_array_3;
137     public static String JavaDoc ValueImpl_Type_of_the_value_not_compatible_with_the_expected_type__1;
138     public static String JavaDoc ArrayReferenceImpl_Invalid_number_of_value_to_get_from_array_1;
139     public static String JavaDoc ArrayReferenceImpl_Attempted_to_get_more_values_from_array_than_length_of_array_2;
140     public static String JavaDoc ReferenceTypeImpl_28;
141     public static String JavaDoc ReferenceTypeImpl_29;
142     public static String JavaDoc ReferenceTypeImpl_30;
143     public static String JavaDoc ReferenceTypeImpl_31;
144     public static String JavaDoc ReferenceTypeImpl_32;
145     public static String JavaDoc ReferenceTypeImpl_34;
146     public static String JavaDoc SourceDebugExtensionParser_0;
147     public static String JavaDoc SourceDebugExtensionParser_2;
148     public static String JavaDoc SourceDebugExtensionParser_3;
149     public static String JavaDoc SourceDebugExtensionParser_4;
150     public static String JavaDoc SourceDebugExtensionParser_5;
151     public static String JavaDoc SourceDebugExtensionParser_6;
152     public static String JavaDoc SourceDebugExtensionParser_7;
153     public static String JavaDoc SourceDebugExtensionParser_8;
154     public static String JavaDoc SourceDebugExtensionParser_9;
155     public static String JavaDoc SourceDebugExtensionParser_10;
156     public static String JavaDoc SourceDebugExtensionParser_11;
157     public static String JavaDoc SourceDebugExtensionParser_12;
158     public static String JavaDoc SourceDebugExtensionParser_13;
159     public static String JavaDoc SourceDebugExtensionParser_14;
160     public static String JavaDoc SourceDebugExtensionParser_16;
161     public static String JavaDoc SourceDebugExtensionParser_17;
162     public static String JavaDoc SourceDebugExtensionParser_19;
163     public static String JavaDoc SourceDebugExtensionParser_22;
164     public static String JavaDoc SourceDebugExtensionParser_23;
165     public static String JavaDoc SourceDebugExtensionParser_24;
166     public static String JavaDoc SourceDebugExtensionParser_25;
167     public static String JavaDoc SourceDebugExtensionParser_26;
168     public static String JavaDoc SourceDebugExtensionParser_27;
169     public static String JavaDoc SourceDebugExtensionParser_28;
170
171     static {
172         // load message values from bundle file
173
NLS.initializeMessages(BUNDLE_NAME, JDIMessages.class);
174     }
175 }
176
Popular Tags