]> AND Private Git Repository - blast.git/blobdiff - Exception.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
started top group gen, added project subdirs
[blast.git] / Exception.h
index e45e7bb5a981418e3eec55fd9c5866d7d5817f6f..608bc551a25f39b660ce982fb52680152d7e2a71 100644 (file)
@@ -44,10 +44,14 @@ supp. infos : saved in UTF-8 [éè]
 #define BLOCK_NULL 1001
 #define BLOCK_INVALID_TYPE 1002
 
+
 // exceptions for interfaces manipulations
 #define IFACE_NULL 2001
 #define IFACE_INVALID_TYPE 2002
 #define IFACE_MULTIPLICITY_REACHED 2003
+#define IFACE_BLOCK_NOCLKRST 2004
+#define IFACE_GROUP_NOCLKRST 2005
+#define IFACE_TOP_NOCLKRSTGEN 2006
 
 // exceptions for block items manipulations
 #define BLOCKITEM_NULL 3001