Add E_DISPLAY_RIGHT_VIOLATED exception
authordahyeong.kim <dahyeong.kim@samsung.com>
Fri, 29 Mar 2013 02:34:19 +0000 (11:34 +0900)
committerdahyeong.kim <dahyeong.kim@samsung.com>
Fri, 29 Mar 2013 02:52:14 +0000 (11:52 +0900)
Change-Id: I606a4edddc68adc0ae282dd90baaabd3e34babf5
Signed-off-by: dahyeong.kim <dahyeong.kim@samsung.com>
inc/FBaseErrors.h
src/base/FBaseResult.cpp

index ea38b49..762cb8f 100644 (file)
 /** Thrown when the data is not enough to generate the processing result. */
 #define E_DATA_NOT_ENOUGH               (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1411))
 
+/** Thrown when the diplay right is violated */
+#define E_DISPLAY_RIGHT_VIOLATED               (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1412))
+
 //----------------------------------------------------------------------------E
 /** Thrown when effects being played on the current haptic device are disabled. */
 #define E_EFFECTS_DISABLED              (ERR_SRC_FRAMEWORK + SET_E_CAUSE(1500))
index 8808f9f..82bc5a8 100644 (file)
@@ -113,6 +113,7 @@ const char* __errTable1400[] =
        "E_DNS",                    //(ERR_SRC_FRAMEWORK + SET_E_CAUSE(1409))
        "E_DNS_NOT_FOUND",          //(ERR_SRC_FRAMEWORK + SET_E_CAUSE(1410))
        "E_DATA_NOT_ENOUGH"         //(ERR_SRC_FRAMEWORK + SET_E_CAUSE(1411))
+       "E_DISPLAY_RIGHT_VIOLATED"      //(ERR_SRC_FRAMEWORK + SET_E_CAUSE(1412))
 };
 
 const char* __errTable1500[] =