⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wjcerrs.hh

📁 开放源码的编译器open watcom 1.6.0版的源代码
💻 HH
📖 第 1 页 / 共 2 页
字号:
#define INM010_cannot_access___S__since_it_is_not__final_ 	5386
#define INM011_cannot_allocate_an_inner_class_from_a_static_method	5387
#define INM012_cannot_allocate_an_inner_class_during_static_initialization	5388
#define INM013_inner_class___T__can_be_made__static_      	5389
#define INM014_ambiguity____i__found_in_both_super_class_and_enclosing_class	5390
#define Index_of_Topics                                   	5391
#define IOM000_file_is___f_                               	1024
#define IOM001_system_error_is___s_                       	1025
#define IOM002_iDo_error_opening_file                     	1026
#define IOM003_iDo_error_reading_file                     	1027
#define IOM004_iDo_error_writing_file                     	1028
#define IOM005_iDo_error_closing_file                     	1029
#define IOM006_file_is___s_                               	1030
#define LBM000_label_is___s_                              	2304
#define LBM001_label_not_found_on_containing_statement    	2305
#define LBM002_unlabeled_break_statement_contained_in_neither_switch_nor_loop	2306
#define LBM003_unlabeled_continue_statement_not_contained_in_loop	2307
#define LBM004_labeled_continue_statement_not_contained_in_loop	2308
#define LBM005_labeled_statement_contained_in_labelled_block_with_same_name	2309
#define LBM006_containing_label_defined__L                	2310
#define LKM000_ambiguous_lookup_for___i_                  	3584
#define LKM001_possible_candidate____D_                   	3585
#define LKM002_member___S__must_be_static_in_this_context 	3586
#define LKM003_rejected_candidate____D_                   	3587
#define LKM004_method___D__has_been_deprecated            	3588
#define MDM000_duplicate_modifier___s__specified          	1792
#define MDM001_extra_access_modifier___s__specified       	1793
#define MDM002_previous_access_modifier_was___s_          	1794
#define MDM003___s__is_not_a_valid_class_modifier         	1795
#define MDM004___s__is_not_a_valid_interface_modifier     	1796
#define MDM005___s__is_not_a_valid_constructor_modifier   	1797
#define MDM006___s__is_not_a_valid_field_modifier         	1798
#define MDM007___s__is_not_a_valid_method_modifier        	1799
#define MDM008___s__is_not_a_valid_abstract_method_modifier	1800
#define MDM009___s__is_not_a_valid_constant_field_modifier	1801
#define MDM010_modifier___s__is_out_of_order              	1802
#define MDM011_should_come_before___s_                    	1803
#define MDM012_modifier___s__is_redundant                 	1804
#define MDM013_modifier___s__conflicts_with__abstract_    	1805
#define MDM014___s__is_not_a_valid_local_variable_modifier	1806
#define MDM015___s__is_not_a_valid_formal_parameter_modifier	1807
#define MTM000_method_cannot_have_body                    	2816
#define MTM001_method_must_have_body                      	2817
#define MTM002__abstract__method_must_be_in_an__abstract__class	2818
#define MTM003_constructor_name_must_match_class_name     	2819
#define MTM004_constructor_name_is___i_                   	2820
#define MTM005_class_name_is___i_                         	2821
#define MTM006_return_statement_allowed_only_in_method_and_constructor_bodies	2822
#define MTM007_return_statement_cannot_have_expression    	2823
#define MTM008_return_statement_requires_expression       	2824
#define MTM009_unreachable_statement                      	2825
#define MTM010_method_name_is___S_                        	2826
#define MTM011__catch__cannot_be_reachedS_preceding_block_catches_all	2827
#define MTM012_catch_type_is___T_                         	2828
#define MTM013_no_implementation_for_method___D_          	2829
#define MTM014_method_throws_must_be_a_subclass_of_Throwable	2830
#define MTM015_throws___T_                                	2831
#define MTM016_unused_throws_specifications_for_method    	2832
#define MTM017_unused_throw_type_is___T_                  	2833
#define MTM018__catch__cannot_be_reachedS_exception_not_thrown	2834
#define MTM019_previous_catch_is_located__L               	2835
#define OVM000_method_redefinition_has_different_return_type_than___D_	3072
#define OVM001_overloaded_method_cannot_be_selected_for_arguments_used_in_call	3073
#define OVM002_overloaded_method_is_ambiguous_for_arguments_used_in_call	3074
#define OVM003_ambiguous_method_is___D_                   	3075
#define OVM004_method_not_found                           	3076
#define OVM005_method_is___i_                             	3077
#define OVM006_method_argumentLsR_do_not_match_those_in_prototype	3078
#define OVM007_argument_types____i_R_                     	3079
#define OVM008_there_were_no_arguments_used_in_the_call   	3080
#define OVM009_number_of_arguments_do_not_match_those_in_prototypeLsR	3081
#define OVM010_methodLsR_not_accessible                   	3082
#define OVM011_static_method_cannot_hide_instance_method___D_	3083
#define OVM012_instance_method_cannot_override_static_method___D_	3084
#define OVM013_method_redefinition_has_less_access_than___D_	3085
#define OVM014_method_redefinition_throws_must_be_a_subclass_of___D_	3086
#define OVM015_methods___D__and___D__have_different_return_types	3087
#define OVM016_access_must_be__public_                    	3088
#define OVM017_access_must_be__protected__or__public_     	3089
#define OVM018_access_must_not_be__private_               	3090
#define OVM019_cannot_override_final_method___D_          	3091
#define OVM020_Method_does_not_override___D_              	3092
#define OVM021_Override_of_deprecated_method___D__with_nonMdeprecated	3093
#define SCM000_illegal_character_in_floating_point_number 	768
#define SCM001_illegal_character_in_hexadecimal_number    	769
#define SCM002_illegal_character_in_octal_number          	770
#define SCM003_integer_literal_is_too_large               	771
#define SCM004_octal_escape_sequence_Y_0x00ff             	772
#define SCM005_bad_escape_sequence                        	773
#define SCM006_bad_Unicode_escape_sequence                	774
#define SCM007_line_terminator_in_character_literal       	775
#define SCM008_line_terminator_in_string_literal          	776
#define SCM009_illegal_character_literal                  	777
#define SCM010_unrecognized_character___c__in_file        	778
#define SCM011_missing_closing_____in_a_string_literal    	779
#define SCM012_missing_closing_____in_a_character_literal 	780
#define SCM013_missing_closing__T__and__D__in_a_comment   	781
#define SCM014_cannot_convert_multiMbyte_character___s__to_Unicode	782
#define SMM000_symbol_already_defined                     	1536
#define SMM001_conflicts_with_symbol____S_                	1537
#define SMM002_no_declaration_for_name___i_               	1538
#define SMM003_package_and_class_with_same_name           	1539
#define SMM004_symbol_name____S_                          	1540
#define SMM005_symbol_type___T                            	1541
#define SMM006_symbol_defined__L                          	1542
#define SMM007_package___S__is_inaccessible               	1543
#define SMM008_single_type_import___T__never_used         	1544
#define SMM009_type_import_on_demand___T__never_used      	1545
#define SMM010_local_variable___S__never_referenced       	1546
#define SMM011_parameter___S__never_referenced            	1547
#define SMM012_redundant_type_import_on_demand___S_       	1548
#define SMM013_import_directive_references_type_in_its_own_compilation_unit	1549
#define STM000__switch__statement_is_located__L           	4352
#define STM001__case__label_is_located__L                 	4353
#define STM002__default__label_is_located__L              	4354
#define STM003_type_of_switch_expression_must_be_char__byte__short__or_int	4355
#define STM004_type_of_expression_with_case_label_must_be_char__byte__short__or_int	4356
#define STM005_case_expression_is_not_constant            	4357
#define STM006_case_expression_is_duplicate               	4358
#define STM007_default_label_is_duplicated_for_switch     	4359
#define STM008_method_requires__return__statement         	4360
#define STM009_type_of_expression_is_not_assignable_to__Throwable_	4361
#define STM010_case_expression_is_not_assignable_to__switch__expression	4362
#define STM011_constructor_invokes_self                   	4363
#define STM012_constructor_invokes_self_indirectly        	4364
#define STM013_constructor___S                            	4365
#define STM014_invokes_constructor___S                    	4366
#define STM015_static_initializer_cannot_contain_return_statement	4367
#define STM016_initializer_expression_cannot_cause_checked_exception	4368
#define STM017_static_initializer_must_catch_checked_exception	4369
#define STM018_cannot_use__this__in_explicit_constructor_call	4370
#define STM019_cannot_use__super__in_explicit_constructor_call	4371
#define STM020_cannot_use_instance_variable_in_explicit_constructor_call	4372
#define STM021_cannot_use_instance_method_in_explicit_constructor_call	4373
#define STM022_instance_initializer_cannot_contain_return_statement	4374
#define STM023_throws_clause_omits_exception_type_used_in_instance_initializer	4375
#define STM024_exception_can_be_thrown__L                 	4376
#define STM025_update_portion_of__for__statement_will_never_be_executed	4377
#define SYM000_syntax_error__found___s_                   	1280
#define SYM001_invalid_cast_expression_type_syntax        	1281
#define SYM002_empty_member_declaration_not_allowed       	1282
#define SYM003_symbol_is_synthetic_name_to_support_inner_classes	1283
#define Sybase_Java_Compiler_Diagnostic_Messages          	5393
#define Table_of_Contents                                 	5392
#define TYM000_found_type___T_                            	2048
#define TYM001_type_is___T_                               	2049
#define TYM002_left_type_is___T_                          	2050
#define TYM003_right_type_is___T_                         	2051
#define TYM004_source_type_is___T_                        	2052
#define TYM005_target_type_is___T_                        	2053
#define TYM006_object_does_not_have_reference_or_null_type	2054
#define TYM007_type_is_not_a_reference_type               	2055
#define TYM008_array_base_type_is___T_                    	2056
#define TYM009_maximum_possible_value_is__d               	2057
#define TYM010_minimum_possible_value_is__d               	2058
#define TYM011_exception_type_is___T_                     	2059

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -