|
@@ -398,12 +398,14 @@ class EmComponent(object):
|
398
|
398
|
class EmComponentNotExistError(Exception):
|
399
|
399
|
pass
|
400
|
400
|
|
|
401
|
+
|
401
|
402
|
## @brief Raised on uniq constraint error at creation
|
402
|
403
|
# This exception class is dedicated to be raised when create() method is called
|
403
|
404
|
# if an EmComponent with this name but different parameters allready exist
|
404
|
405
|
class EmComponentExistError(Exception):
|
405
|
406
|
pass
|
406
|
407
|
|
|
408
|
+
|
407
|
409
|
## @brief An exception class to tell that no ranking exist yet for the group of the object
|
408
|
410
|
class EmComponentRankingNotExistError(Exception):
|
409
|
411
|
pass
|