ITK Function Reference

(V10000.1.0.60_20160308.00)
metaframework_errors.h
Go to the documentation of this file.
1 /*==============================================================================
2  Copyright (c) 2007 UGS Corporation
3  Unpublished - All Rights Reserved
4  ==============================================================================*/
5 
12 /* */
13 
14 #ifndef METAFRAMEWORK_ERRORS_H
15 #define METAFRAMEWORK_ERRORS_H
16 
17 #include <common/emh_const.h>
18 #include <metaframework/libmetaframework_exports.h>
19 
21 #define METAFRAMEWORK_unknown (EMH_METAFRAMEWORK_error_base + 0)
22 
24 #define METAFRAMEWORK_object_deleted (EMH_METAFRAMEWORK_error_base + 1)
25 
27 #define METAFRAMEWORK_invalid_tag (EMH_METAFRAMEWORK_error_base + 2)
28 
30 #define METAFRAMEWORK_invalid_class_id (EMH_METAFRAMEWORK_error_base + 3)
31 
33 #define METAFRAMEWORK_invalid_class_name (EMH_METAFRAMEWORK_error_base + 4)
34 
36 #define METAFRAMEWORK_invalid_BusinessObject (EMH_METAFRAMEWORK_error_base + 5)
37 
39 #define METAFRAMEWORK_no_parent_BusinessObj (EMH_METAFRAMEWORK_error_base + 6)
40 
42 #define METAFRAMEWORK_no_registry_info (EMH_METAFRAMEWORK_error_base + 7)
43 
45 #define METAFRAMEWORK_load_object_fail (EMH_METAFRAMEWORK_error_base + 8)
46 
48 #define METAFRAMEWORK_wrong_class (EMH_METAFRAMEWORK_error_base + 9)
49 
51 #define METAFRAMEWORK_no_constructor (EMH_METAFRAMEWORK_error_base + 10)
52 
54 #define METAFRAMEWORK_unknown_OpeationType (EMH_METAFRAMEWORK_error_base + 11)
55 
57 #define METAFRAMEWORK_businessObj_creation_fail (EMH_METAFRAMEWORK_error_base + 12)
58 
60 #define METAFRAMEWORK_generic_accessory_fail (EMH_METAFRAMEWORK_error_base + 13)
61 
63 #define METAFRAMEWORK_create_input_object_fail (EMH_METAFRAMEWORK_error_base + 14)
64 
66 #define METAFRAMEWORK_library_not_found (EMH_METAFRAMEWORK_error_base + 15)
67 
69 #define METAFRAMEWORK_create_not_implemented (EMH_METAFRAMEWORK_error_base + 16)
70 
72 #define METAFRAMEWORK_unable_to_load_library (EMH_METAFRAMEWORK_error_base + 17)
73 
75 #define METAFRAMEWORK_unable_to_execute_symbol (EMH_METAFRAMEWORK_error_base + 18)
76 
78 #define METAFRAMEWORK_fail_to_found_symbol (EMH_METAFRAMEWORK_error_base + 19)
79 
81 #define METAFRAMEWORK_license_key_already_registered (EMH_METAFRAMEWORK_error_base + 20)
82 
84 #define METAFRAMEWORK_prohibit_creating_abstract_class (EMH_METAFRAMEWORK_error_base + 21)
85 
87 #define METAFRAMEWORK_SaveAs_not_implemented (EMH_METAFRAMEWORK_error_base + 22)
88 
90 #define METAFRAMEWORK_PerformDeepCopy_not_implemented (EMH_METAFRAMEWORK_error_base + 23)
91 
93 #define METAFRAMEWORK_attach_null_listener (EMH_METAFRAMEWORK_error_base + 24)
94 
96 #define METAFRAMEWORK_listener_already_attached (EMH_METAFRAMEWORK_error_base + 25)
97 
99 #define METAFRAMEWORK_cannot_create_abstract_BO (EMH_METAFRAMEWORK_error_base + 26)
100 
102 #define METAFRAMEWORK_cannot_get_children_for_property (EMH_METAFRAMEWORK_error_base + 27)
103 
105 #define METAFRAMEWORK_deserialization_fail (EMH_METAFRAMEWORK_error_base + 28)
106 
107 #include <metaframework/libmetaframework_undef.h>
108 #endif