Tizen 2.1 base
[framework/osp/uifw.git] / src / ui / effects / FUiEffects_EffectErrorMessages.h
1 //
2 // Open Service Platform
3 // Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.
4 //
5 // Licensed under the Flora License, Version 1.0 (the License);
6 // you may not use this file except in compliance with the License.
7 // You may obtain a copy of the License at
8 //
9 //     http://floralicense.org/license/
10 //
11 // Unless required by applicable law or agreed to in writing, software
12 // distributed under the License is distributed on an AS IS BASIS,
13 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 // See the License for the specific language governing permissions and
15 // limitations under the License.
16 //
17 /**
18  * @file        FUiEffects_EffectErrorMessages.h
19  * @brief       This is the header file for the _UiEffectError
20  */
21
22 #ifndef _FUI_EFFECRTS_INTERNAL_EFFECT_ERROR_MESSAGES_H_
23 #define _FUI_EFFECRTS_INTERNAL_EFFECT_ERROR_MESSAGES_H_
24
25 #include <FUi_ErrorMessages.h>
26
27 namespace Tizen { namespace Ui { namespace Effects
28 {
29
30 /**
31 * @class        _UiEffectError
32 * @brief        Class for message texts
33 *
34 * @since 2.0
35 *
36 */
37 class _UiEffectError
38         : public Tizen::Ui::_UiError
39 {
40 public:
41         static const char* NOT_CONSTRUCTED_MANAGER;
42         static const char* NO_EFFECT_FILE;
43         static const char* EFFECT_FILE_ERROR;
44         static const char* NO_EFFECT;
45         static const char* FEED_TOUCH_IS_BLOCKED;
46         static const char* OUT_OF_MEMORY;
47         static const char* INTERNAL_ERROR;
48         static const char* LUA_INTERNAL_ERROR;
49         static const char* LUA_RUNTIME_ERROR;
50         static const char* NURBSGS_INTERNAL_ERROR;
51         static const char* LISTENER_IS_NOT_ASSIGNED;
52         static const char* PROVIDER_IS_NOT_ASSIGNED;
53
54         static const char* EP_XML_PARSING_FAILED;
55         static const char* EP_EXTRACTING_MODEL_FILES_FAILED;
56         static const char* EP_ATTRIBUTE_NOT_FOUND;
57         static const char* EP_ATTRIBUTE_VALUE_OUT_OF_PREDEFINED_RANGE;
58         static const char* EP_MEMBER_NOT_INITIALIZED;
59         static const char* EP_ERROR_IN_LOGIC;
60 };
61
62 } } } // Tizen::Ui::Effects
63
64 #endif // _FUI_EFFECRTS_INTERNAL_EFFECT_ERROR_MESSAGES_H_